| Extending STScaleBar
Below are the functions that can be overriden to createa new STScaleBar. Please refer to the tutorials for more informationon which functions to override in diffierent situations.
Super Class STBase
Super Class STContent
Super Class STItem
Returns | Default | Function | Throws |
boolean |
|
In(double RefX,double RefY,double Tolerance)
|
Exception |
boolean |
|
KeyPressed(STView TheView,KeyEvent TheEvent)
|
Exception |
boolean |
|
KeyReleased(STView TheView,KeyEvent TheEvent)
|
Exception |
boolean |
|
MouseDragged(STView TheView,MouseEvent TheEvent)
|
Exception |
boolean |
|
MouseMoved(STView TheView,MouseEvent TheEvent)
|
Exception |
boolean |
|
MousePressed(STView TheView,MouseEvent TheEvent)
|
Exception |
boolean |
|
MouseReleased(STView TheView,MouseEvent TheEvent)
|
Exception |
void |
|
Move(double DeltaX,double DeltaY)
|
Exception |
void |
|
Paint(STView TheView)
|
Exception |
void |
|
PaintBackground(STView TheView)
|
Exception |
void |
|
PaintBorder(STView TheView)
|
Exception |
void |
|
PaintContent(STView TheView)
|
Exception |
void |
|
PaintHandles(STView TheView)
|
Exception |
void |
|
PaintShadow(STView TheView)
|
Exception |
void |
|
SetStyle(STStyle.USING_STYLE NewUsingStyle,STStyle New)
|
Exception |
Class STScaleBar
|