All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.figures.FontSizeHandle

java.lang.Object
   |
   +----CH.ifa.draw.standard.AbstractHandle
           |
           +----CH.ifa.draw.standard.LocatorHandle
                   |
                   +----CH.ifa.draw.figures.FontSizeHandle

public class FontSizeHandle
extends LocatorHandle
A Handle to change the font size by direct manipulation.


Constructor Index

 o FontSizeHandle(Figure, Locator)

Method Index

 o draw(Graphics)
Draws this handle.
 o invokeStart(int, int, DrawingView)
 o invokeStep(int, int, int, int, DrawingView)
Tracks a step of the interaction.

Constructors

 o FontSizeHandle
 public FontSizeHandle(Figure owner,
                       Locator l)

Methods

 o invokeStart
 public void invokeStart(int x,
                         int y,
                         DrawingView view)
Overrides:
invokeStart in class AbstractHandle
 o invokeStep
 public void invokeStep(int x,
                        int y,
                        int anchorX,
                        int anchorY,
                        DrawingView view)
Tracks a step of the interaction.

Overrides:
invokeStep in class AbstractHandle
 o draw
 public void draw(Graphics g)
Draws this handle.

Overrides:
draw in class AbstractHandle

All Packages  Class Hierarchy  This Package  Previous  Next  Index