hep.wired.edit
Interface GraphicsPanelEdit

All Superinterfaces:
Edit, WiredRegistry.ID
All Known Implementing Classes:
FitToWindow, Reset, Rotate, Scale, SetScale, SetTranslate, Shear, Transform2D, Translate

public interface GraphicsPanelEdit
extends Edit

Interface for edits handled by changing the graphics panel.

Version:
$Id: GraphicsPanelEdit.java 8598 2006-08-14 20:38:02Z duns $
Author:
Mark Donszelmann

Method Summary
 boolean isSupportedBy(GraphicsPanel graphicsPanel)
          Returns true if this edit is supported by the given graphics panel.
 
Methods inherited from interface hep.wired.util.WiredRegistry.ID
getID
 

Method Detail

isSupportedBy

boolean isSupportedBy(GraphicsPanel graphicsPanel)
Returns true if this edit is supported by the given graphics panel.

Parameters:
graphicsPanel - panel by which this edit will be handled.
Returns:
true if the edit is supported.


Copyright © 1996-2013 FreeHEP. All Rights Reserved.