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.

Constructor Index

 o FrameHandle(Color, Color, float)

Method Index

 o activate()
Use the active color.
 o inactivate()
Use the inactive color.

Constructors

 o FrameHandle
  public FrameHandle(Color active,
                     Color inactive,
                     float size)
Parameters:
active - the active color.
inactive - the inactive color.
size - the size of the handle.

Methods

 o activate
  public void activate()
Use the active color.
 o inactivate
  public void inactivate()
Use the inactive color.

All Packages  Class Hierarchy  This Package  Previous  Next  Index