public interface GraphicsPanel
Modifier and Type | Method and Description |
---|---|
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
|
GraphicsPanel copy()
void setRecord(Object record)
Object getRecord()
boolean supports(Class featureClass)
ViewPort getViewPort()
JPopupMenu modifyPopupMenu(JPopupMenu menu, RecordPlot plot)
void setFastMode(boolean fast)
void setSelected(RecordPlot plot, boolean selected)
Copyright © 1996-2014 FreeHEP. All Rights Reserved.