BlueSpray - Help (Version b1.0)
© SchoonerTurtles, Inc. 2012

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Advanced
About

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

ReturnsDefaultFunctionThrows
void   Deallocate() Exception
String   GetContainedObjectsProperties(int TheLevel) Exception
String ShortClassName GetName()  
int   SetContainedObjectProperties(String ContainedObjectClassName,String ContainerClassName,String ObjectName,String TheString,int StartIndex) Exception
abstract   void GetProperties(STProperties TheSettings) Exception;
abstract   void SetProperties(STProperties TheProperties) Exception;

Super Class STContent

ReturnsDefaultFunctionThrows
void null AddSettingsPanels(STSettingsDialog TheDialog) Exception
void Show settings dialog DoubleClickBranch(STAppView TheView) Exception
String   GetDefaultExportFileExtention()  
Image null GetTreeIcon(int HeightInPixels) Exception
int 20 GetTreeNodeHeight()  
protected Delete and Extensions void AddMenuItems(Container ThePopupMenu) Exception

Super Class STItem

ReturnsDefaultFunctionThrows
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

ReturnsDefaultFunctionThrows
void Paints default Scalebar PaintContent(STView TheView) Exception