|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphicsPanel
Interface for panel to display.
Method Summary | |
---|---|
GraphicsPanel |
copy()
Returns a copy of this graphics panel. |
Feature |
getFeature(Class featureClass)
Returns the feature if available |
Object |
getRecord()
Returns the Record displayed in this panel. |
ViewPort |
getViewPort()
Returns the viewport for this panel. |
JPopupMenu |
modifyPopupMenu(JPopupMenu menu,
RecordPlot plot)
Allows for modification of the popup menu |
void |
setFastMode(boolean fast)
Switches to a fast mode for drawing (optional). |
void |
setRecord(Object record)
Sets the Record to be displayed in this panel. |
void |
setSelected(RecordPlot plot,
boolean selected)
Designates the panel as selected. |
boolean |
supports(Class featureClass)
Return true if feature is available |
Method Detail |
---|
GraphicsPanel copy()
void setRecord(Object record)
Object getRecord()
boolean supports(Class featureClass)
Feature getFeature(Class featureClass)
ViewPort getViewPort()
JPopupMenu modifyPopupMenu(JPopupMenu menu, RecordPlot plot)
void setFastMode(boolean fast)
void setSelected(RecordPlot plot, boolean selected)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |