Serialized Form
kstrBorderParam
java.lang.String kstrBorderParam
- Constant - Used to extract the border value parameters
kstrHintParam
java.lang.String kstrHintParam
- Constant - Used to extract the hint string parameters
kstrInputParam
java.lang.String kstrInputParam
- Constant - Used to extract the input string parameters
kstrNameParam
java.lang.String kstrNameParam
- Constant - Used to extract the action name string parameters
kstrValueParam
java.lang.String kstrValueParam
- Constant - Used to extract the action value string parameters
kstrXYLocParam
java.lang.String kstrXYLocParam
- Constant - Used to extract the XY coordinate parameters
m_applet
Rosa2000 m_applet
- Use to set the status bar
m_bIsAutoPlace
boolean m_bIsAutoPlace
- Use to know if the position for this button is take by the button manager.
m_borderColor
int m_borderColor
- Border color... Not used yet
m_bPressed
boolean m_bPressed
- True if the button is pressed.
m_Img
java.awt.Image m_Img
- Default image. This image will be draw when the button still unpress. A "X" will be draw
when the image in parameter will not able to load.
m_Listener
java.awt.event.ActionListener m_Listener
- Object listener the action. This object manage the button action
m_nXSize
int m_nXSize
- Button Size including the offset.
m_nYSize
int m_nYSize
m_strCmd
java.lang.String m_strCmd
- Command that should be send on the pressed action
m_strHint
java.lang.String m_strHint
- Help context. This string will be draw when the user pass over the button
m_strName
java.lang.String m_strName
- Button name. This string will be use to get all other parameter from the html page.
m_strNameParam
java.lang.String m_strNameParam
- Name of the form parameter to set when the button is pressed.
m_strValueParam
java.lang.String m_strValueParam
- Specifies the value to set in the form parameter specified by the name
Class DistObj implements Serializable |
kstrDistanceMsgParam
java.lang.String kstrDistanceMsgParam
kstrDistPrecisionParam
java.lang.String kstrDistPrecisionParam
kstrPixelSizeParam
java.lang.String kstrPixelSizeParam
kstrToken
java.lang.String kstrToken
m_applet
Rosa2000 m_applet
m_fCurrentDistance
double m_fCurrentDistance
m_fPixelSize
double m_fPixelSize
m_nPrecision
int m_nPrecision
m_strMsg
java.lang.String m_strMsg
Class DrawObj implements Serializable |
color
java.awt.Color color
- Color used to draw the object.
g
java.awt.Graphics g
- Graphic object use to draw.
kstrLegendParam
java.lang.String kstrLegendParam
- String parameter used to get the correlation table
m_alpha
int m_alpha
- Use to separate the RGB value
m_anColor
java.util.Vector m_anColor
m_applet
Rosa2000 m_applet
m_astrDesc
java.util.Vector m_astrDesc
m_blue
int m_blue
m_green
int m_green
m_red
int m_red
Class Map implements Serializable |
kstrAutoMode
java.lang.String kstrAutoMode
- Prefix to validate the auto submit command.
kstrCoordParam
java.lang.String kstrCoordParam
- Coordinate name parameter
kstrDistance
java.lang.String kstrDistance
- Command Distance
kstrEllipse
java.lang.String kstrEllipse
- Command Ellipse
kstrFormParam
java.lang.String kstrFormParam
- Form name parameter
kstrLegend
java.lang.String kstrLegend
- Command Legend
kstrMapCoordParam
java.lang.String kstrMapCoordParam
- Location to draw the map
kstrPoint
java.lang.String kstrPoint
- Command Point
kstrPoly
java.lang.String kstrPoly
- Command Polygone
kstrRect
java.lang.String kstrRect
- Command Rectangle
kstrSubmit
java.lang.String kstrSubmit
- Command Submit
kstrTypeParam
java.lang.String kstrTypeParam
- Type name parameter
m_bAlreadyUsed
boolean m_bAlreadyUsed
- Use to know if the current command was already used.
m_coord
java.awt.Point m_coord
- Location of the map.
m_curButton
ButtonCtrl m_curButton
- Current button used.
m_curDrawObj
DrawObj m_curDrawObj
- Current drawing object ( command )
m_Graphics
java.awt.Graphics m_Graphics
- Graphic use for drawing
m_ImagMap
java.awt.Image m_ImagMap
- Image on the map
m_parent
Rosa2000 m_parent
m_strCoordName
java.lang.String m_strCoordName
- Keep the coordinate name come from parameter
m_strFormName
java.lang.String m_strFormName
- Keep the form name come from parameter
m_strTypeName
java.lang.String m_strTypeName
- Keep the type name come from parameter
m_map
Map m_map
- Map object.
x
int x
- X coordinate
y
int y
- Y coordinate
Class PolyObj implements Serializable |
m_applet
Rosa2000 m_applet
m_map
Map m_map
m_poly
java.awt.Polygon m_poly
- Polygon
pAnchor
java.awt.Point pAnchor
pMoveAnchor
java.awt.Point pMoveAnchor
Class RectObj implements Serializable |
bInit
boolean bInit
- Use to know if the rectangle is already initialize.
height
int height
- Heigth of the current rectangle
knDeltaInit
int knDeltaInit
- This constant is used to know the initial distance before drawing
m_map
Map m_map
- Parent object.
pAnchor
java.awt.Point pAnchor
- Used for initial drawing and resizing
pMoveAnchor
java.awt.Point pMoveAnchor
- Used for moving
width
int width
- Width of the current rectangle
x
int x
- X coordinate at the left top rectangle
y
int y
- Y coordinate at the left top rectangle
kstrBkColorName
java.lang.String kstrBkColorName
- Backgournd color parameter name
kstrButtonDefName
java.lang.String kstrButtonDefName
- List of button parameter name
kstrDebugModeName
java.lang.String kstrDebugModeName
- Debug info parameter name
kstrDefaultLoadingMsg
java.lang.String kstrDefaultLoadingMsg
- Default loading message.
kstrImgListName
java.lang.String kstrImgListName
- Image URL parameter name
kstrLoadingMsg
java.lang.String kstrLoadingMsg
- Loading message parameter name
kstrTbAlignName
java.lang.String kstrTbAlignName
- Toolbar alignement parameter name
kstrTbLocationName
java.lang.String kstrTbLocationName
- Location toolbar parameter name
kstrTbPositionName
java.lang.String kstrTbPositionName
- Position toolbar parameter name
kstrXScaleName
java.lang.String kstrXScaleName
- X scaling parameter name ( not used yet )
kstrYcaleName
java.lang.String kstrYcaleName
- X scaling parameter name ( not used yet )
m_bLoad
boolean m_bLoad
- This member is used to know when the loading processing is completed.
m_map
Map m_map
- Map object. This object manage the image and apply all operation
m_strLoadingString
java.lang.String m_strLoadingString
- Used to draw the loading message.
m_toolbar
ToolbarPanel m_toolbar
- Toolbar object
m_ImagePress
java.awt.Image m_ImagePress
m_bVertical
boolean m_bVertical
- Use to know the spacing orientation. If true, the spacing will be
take in y orientation.
kstrBottom
java.lang.String kstrBottom
- Constant - Location of the toolbar. Bottom location.
kstrBottomAling
java.lang.String kstrBottomAling
- Alignment of the toolbar. Used in combination of vertical orientation.
Bottom alignment.
kstrCenterAling
java.lang.String kstrCenterAling
- Alignment of the toolbar. Used in combination of horizontal orientation.
Center alignment.
kstrDefImageParam
java.lang.String kstrDefImageParam
- Postfix parameters name using for reading the default image on the button.
kstrImagePressParam
java.lang.String kstrImagePressParam
- Postfix parameters name using for reading the pressed state image on the button.
kstrLeft
java.lang.String kstrLeft
- Constant - Location of the toolbar. Left location.
kstrLeftAling
java.lang.String kstrLeftAling
- Alignment of the toolbar. Used in combination of horizontal orientation.
Left alignment.
kstrMiddleAling
java.lang.String kstrMiddleAling
- Alignment of the toolbar. Used in combination of vertical orientation.
Middle alignment.
kstrRight
java.lang.String kstrRight
- Constant - Location of the toolbar. right location.
kstrRightAling
java.lang.String kstrRightAling
- Alignment of the toolbar. Used in combination of horizontal orientation.
Right alignment.
kstrTop
java.lang.String kstrTop
- Constant - Location of the toolbar. Top location.
kstrTopAling
java.lang.String kstrTopAling
- Alignment of the toolbar. Used in combination of vertical orientation.
Top alignment.
m_bIsVertical
boolean m_bIsVertical
- TRUE if the orientation of the toolbar is vertical
m_buttonListener
Map m_buttonListener
- this object answer to the button command
m_nNbrButton
int m_nNbrButton
- Number of button item in the toolbar
m_parent
Rosa2000 m_parent
- Use to place the buttons
m_ptLocation
java.awt.Point m_ptLocation
- XY location of the toolbar inside the applet.
m_strAlign
java.lang.String m_strAlign
- Used to define the aligment of the toolbar.
m_strLocation
java.lang.String m_strLocation
- Used to define the location of the toolbar.
m_strText
java.lang.String m_strText