Uses of Interface
hep.wired.services.GraphicsPanel

Packages that use GraphicsPanel
hep.wired.edit Standard Edits. 
hep.wired.interaction Standard Interaction Handlers for plots. 
hep.wired.plot The WIRED plot and its support classes. 
hep.wired.services The Services provided by and to WIRED. 
 

Uses of GraphicsPanel in hep.wired.edit
 

Methods in hep.wired.edit with parameters of type GraphicsPanel
 boolean FitToWindow.isSupportedBy(GraphicsPanel p)
           
 boolean Translate.isSupportedBy(GraphicsPanel p)
           
 boolean Reset.isSupportedBy(GraphicsPanel p)
           
 boolean Transform2D.isSupportedBy(GraphicsPanel p)
           
 boolean Scale.isSupportedBy(GraphicsPanel p)
           
 boolean Rotate.isSupportedBy(GraphicsPanel p)
           
 boolean SetTranslate.isSupportedBy(GraphicsPanel p)
           
 boolean SetScale.isSupportedBy(GraphicsPanel p)
           
 boolean Shear.isSupportedBy(GraphicsPanel p)
           
 boolean GraphicsPanelEdit.isSupportedBy(GraphicsPanel graphicsPanel)
          Returns true if this edit is supported by the given graphics panel.
 

Uses of GraphicsPanel in hep.wired.interaction
 

Methods in hep.wired.interaction with parameters of type GraphicsPanel
 boolean DragAngledRectangleToScale.isSupportedBy(GraphicsPanel panel)
           
 boolean DragToTranslate.isSupportedBy(GraphicsPanel panel)
           
 boolean DragRectangleToScale.isSupportedBy(GraphicsPanel panel)
           
 boolean NullInteractionHandler.isSupportedBy(GraphicsPanel panel)
           
 boolean DragToScale.isSupportedBy(GraphicsPanel panel)
           
 boolean DragBallToRotate.isSupportedBy(GraphicsPanel panel)
           
 boolean DragToRotate.isSupportedBy(GraphicsPanel panel)
           
 boolean DefaultInteractionHandler.isSupportedBy(GraphicsPanel panel)
           
 

Uses of GraphicsPanel in hep.wired.plot
 

Methods in hep.wired.plot that return GraphicsPanel
 GraphicsPanel WiredPlot.getGraphicsPanel()
          Returns the associated Graphics Panel.
 

Constructors in hep.wired.plot with parameters of type GraphicsPanel
WiredPlot(GraphicsPanel graphicsPanel)
          Creates a plot without a record.
WiredPlot(String name, GraphicsPanel graphicsPanel)
          Creates a plot with default GraphicsMode.
WiredPlot(String name, GraphicsPanel graphicsPanel, boolean supportUndo)
          Creates a plot with given parameters.
 

Uses of GraphicsPanel in hep.wired.services
 

Methods in hep.wired.services that return GraphicsPanel
 GraphicsPanel GraphicsPanel.copy()
          Returns a copy of this graphics panel.
 GraphicsPanel RecordPlot.getGraphicsPanel()
          Returns the associated Graphics Panel.
 

Methods in hep.wired.services with parameters of type GraphicsPanel
 boolean InteractionHandler.isSupportedBy(GraphicsPanel panel)
          Returns true if this Interaction Handler is supported by this Graphics Panel.
 



Copyright © 1996-2013 FreeHEP. All Rights Reserved.