Class sgraphics.wrapper.FrameHandle
All Packages Class Hierarchy This Package Previous Next Index
Class sgraphics.wrapper.FrameHandle
java.lang.Object
|
+----sgraphics.GlyphImpl
|
+----sgraphics.MonoGlyph
|
+----sgraphics.ViewerImpl
|
+----sgraphics.wrapper.FrameHandle
- public class FrameHandle
- extends ViewerImpl
This class is a square handle for a frame. It is used to draw the edge
of a frame.
-
FrameHandle(Color, Color, float)
-
-
activate()
- Use the active color.
-
inactivate()
- Use the inactive color.
FrameHandle
public FrameHandle(Color active,
Color inactive,
float size)
- Parameters:
- active - the active color.
- inactive - the inactive color.
- size - the size of the handle.
activate
public void activate()
- Use the active color.
inactivate
public void inactivate()
- Use the inactive color.
All Packages Class Hierarchy This Package Previous Next Index