tico.board
Class TBoardConstants

java.lang.Object
  extended by org.jgraph.graph.GraphConstants
      extended by tico.board.TBoardConstants

public class TBoardConstants
extends org.jgraph.graph.GraphConstants

A collection of attribute keys and methods to apply to a Map to get/set the properties in a typesafe manner added to the base GrahConstants attributes.

Version:
1.0 Nov 20, 2006
Author:
Pablo Muñoz

Field Summary
static java.lang.String ACCUMULATED
          Key for the accumulated attribute.
static java.lang.String ACTION_CODE
          Key for the actionCode attribute.
static java.lang.String ACTION_POSITION
          Key for the ActionPosition attribute.
static java.lang.String ALTERNATIVE_BORDER_COLOR
          Key for the ChangeColor attribute.
static java.lang.String ALTERNATIVE_ICON
          Key for the alternateIcon attributes.
static java.lang.String ALTERNATIVE_LINEWIDTH
          Key for the changeLineWidth attribute.
static int BOTTOM_LEFT_CORNER
          Represents the begin corner of a TLine.
static int BOTTOM_RIGHT_CORNER
          Represents the begin corner of a TLine.
static java.lang.String BROWSEABLE
          Key for the browseable attribute.
static java.lang.String BROWSING_SOUND_FILE
          Key for the browsingsoundFile attributes.
static java.lang.String CHANGE_COLOR_GRID
          Key for the ChangeColorGrid attribute.
static java.lang.String CHANGE_LINE_GRID
          Key for the ChangeLineGrid attribute.
static java.lang.String COLUMN
          Key for the column attribute.
static int CONTROLLER_IMAGE_SIZE
          Represents the size of the image controller in the controller cell menu.
static TBoard currentBoard
           
static java.awt.Color DEFAULT_ALTERNATIVE_BORDERCOLOR
          Default alternative border color.
static int DEFAULT_ALTERNATIVE_LINEWIDTH
          Default alternative border SIZE.
static java.awt.Color DEFAULT_BACKGROUND
          Default background color.
static java.awt.Color DEFAULT_FOREGROUND
          Default foreground color.
static TEditor editor
           
static java.lang.String ENVIRONMENT_ACTION
          Key for the EnvironmentAction attribute.
static int EXIT_ACTION_CODE
          Represents the action of a controller cell.
static java.lang.String FOLLOWING_BOARD
          Key for the followingBoard attribute.
static int HOME_ACTION_CODE
           
static java.lang.String ID
          Key for the id attribute.
static int IMAGE_CENTER
          Represents the center imageResizeStyle.
static int IMAGE_FIT
          Represents the fit imageResizeStyle.
static java.lang.String IMAGE_RESIZE_STYLE
          Key for the imageResizeStyle attribute.
static int IMAGE_SCALE
          Represents the scale imageResizeStyle.
static java.lang.String ORDER
          Key for the order attribute.
static java.lang.String ORDERED_CELL_LIST
          Key for the orderedCellList attribute.
static int READ_ACTION_CODE
           
static java.lang.String RESIZE_TO_TEXT
          Key for the resizeToText attribute.
static int RETURN_ACTION_CODE
           
static java.lang.String ROW
          Key for the row attribute.
static java.lang.String SEND_TEXT
          Key for the sendText attribute.
static java.lang.String SEND_TEXT_TARGET
          Key for the sendTextTerget attribute.
static java.lang.String SEND_TEXT_TIMER
          Key for the sendTextTimer attribute.
static java.lang.String SOUND_FILE
          Key for the soundFile attributes.
static java.lang.String START_CORNER
          Key for the startCorner attribute.
static int STOP_ACTION_CODE
           
static java.lang.String TEXT
          Key for the text attribute.
static java.lang.String TEXT_RECEIVER
          Key for the textReceiver attribute.
static java.lang.String TEXT_SENDER
          Key for the textSender attributes.
static int TOP_LEFT_CORNER
          Represents the begin corner of a TLine.
static int TOP_RIGHT_CORNER
          Represents the begin corner of a TLine.
static int UNDO_ACTION_CODE
           
static int UNDO_ALL_ACTION_CODE
           
static java.lang.String UNORDERED_CELL_LIST
          Key for the unorderedCellList attribute.
static java.lang.String VIDEO_FILE
          Key for the videoFile attributes.
static java.lang.String VIDEO_URL
          Key for the videoURL attributes.
 
Fields inherited from class org.jgraph.graph.GraphConstants
ABSOLUTEX, ABSOLUTEY, ARROW_CIRCLE, ARROW_CLASSIC, ARROW_DIAMOND, ARROW_DOUBLELINE, ARROW_LINE, ARROW_NONE, ARROW_SIMPLE, ARROW_TECHNICAL, AUTOSIZE, BACKGROUND, BEGINFILL, BEGINSIZE, BENDABLE, BORDER, BORDERCOLOR, BOUNDS, CHILDRENSELECTABLE, CONNECTABLE, CONSTRAINED, DASHOFFSET, DASHPATTERN, DEFAULTDECORATIONSIZE, DEFAULTFONT, DEFAULTINSET, DISCONNECTABLE, EDITABLE, ENDFILL, ENDSIZE, EXTRALABELPOSITIONS, EXTRALABELS, FONT, FOREGROUND, GRADIENTCOLOR, GROUPOPAQUE, HORIZONTAL_ALIGNMENT, HORIZONTAL_TEXT_POSITION, ICON, INSET, LABELALONGEDGE, LABELPOSITION, LINEBEGIN, LINECOLOR, LINEEND, LINESTYLE, LINEWIDTH, MOVEABLE, MOVEABLEAXIS, MOVEHIDDENCHILDREN, OFFSET, OPAQUE, PERMILLE, POINTS, REMOVEALL, REMOVEATTRIBUTES, REPLACEATTRIBUTES, RESIZE, ROUTING, ROUTING_DEFAULT, ROUTING_SIMPLE, SELECTABLE, SELECTION_STROKE, SIZE, SIZEABLE, SIZEABLEAXIS, STYLE_BEZIER, STYLE_ORTHOGONAL, STYLE_SPLINE, VALUE, VERTICAL_ALIGNMENT, VERTICAL_TEXT_POSITION, X_AXIS, Y_AXIS
 
Constructor Summary
TBoardConstants()
           
 
Method Summary
static int getActionCode(java.util.Map map)
          Returns the actionCode attribute from the specified map.
static java.awt.Color getAlternativeBorderColor(java.util.Map map)
           
static javax.swing.Icon getAlternativeIcon(java.util.Map map)
          Returns the alternateIcon attribute from the specified map.
static int getAlternativeLinewidth(java.util.Map map)
           
static java.lang.String getBrowsingSoundFile(java.util.Map map)
           
static java.awt.Color getChangeColorGrid(java.util.Map map)
           
static int getChangeLineWidthGrid(java.util.Map map)
           
static int getColumn(java.util.Map map)
          Returns the column attribute from the specified map.
static java.lang.String getEnvironmentAction(java.util.Map map)
          Returns the sendText attribute from the specified map.
static java.lang.String getFollowingBoardName(java.util.Map map)
          Returns the followingBoard attribute from the specified map.
static java.lang.String getId(java.util.Map map)
          Returns the text attribute from the specified map.
static int getImageResizeStyle(java.util.Map map)
          Returns the imageResizeStyle attribute from the specified map.
static int getOrder(java.util.Map map)
          Returns the order attribute from the specified map.
static java.util.ArrayList getOrderedCellList(java.util.Map map)
          Returns the orderedCellList attribute from the specified map.
static int getPositionAction(java.util.Map map)
           
static int getRow(java.util.Map map)
          Returns the row attribute from the specified map.
static java.lang.String getSendText(java.util.Map map)
          Returns the sendText attribute from the specified map.
static TComponent getSendTextTarget(java.util.Map map)
          Returns the sendTextTarget attribute from the specified map.
static int getSendTextTimer(java.util.Map map)
          Returns the sendTextTimer attribute from the specified map.
static java.lang.String getSoundFile(java.util.Map map)
          Returns the soundFile attribute from the specified map.
static int getStartCorner(java.util.Map map)
          Returns the StartPoint attribute from the specified map.
static java.lang.String getText(java.util.Map map)
          Returns the text attribute from the specified map.
static java.util.ArrayList getUnorderedCellList(java.util.Map map)
          Returns the unorderedCellList attribute from the specified map.
static java.lang.String getVideoFile(java.util.Map map)
          Returns the videoFile attribute from the specified map.
static java.lang.String getVideoURL(java.util.Map map)
          Returns the videoFile attribute from the specified map.
static boolean isAccumulated(java.util.Map map)
          Returns the resizeToText attribute from the specified map.
static boolean isBrowseable(java.util.Map map)
          Returns the browseable attribute from the specified map.
static boolean isResizeToText(java.util.Map map)
          Returns the resizeToText attribute from the specified map.
static boolean isTextReceiver(java.util.Map map)
          Returns the textReceiver attribute from the specified map.
static boolean isTextSender(java.util.Map map)
          Returns the textSender attribute from the specified map.
static void setAccumulated(java.util.Map map, boolean flag)
          Sets the resizeToText attribute in the specified map to the specified value.
static void setActionCode(java.util.Map map, int value)
          Sets the actionCode attribute in the specified map to the specified value.
static void setAlternativeBorderColor(java.util.Map map, java.awt.Color value)
           
static void setAlternativeIcon(java.util.Map map, javax.swing.Icon value)
          Sets the alternateIcon attribute in the specified map to the specified value.
static void setAlternativeLinewidth(java.util.Map map, int value)
           
static void setBrowseable(java.util.Map map, boolean flag)
          Sets the browseable attribute in the specified map to the specified value.
static void setBrowsingSoundFile(java.util.Map map, java.lang.String value)
           
static void setChangeColorGrid(java.util.Map map, java.awt.Color value)
           
static void setChangeLineWidthGrid(java.util.Map map, int value)
           
static void setColumn(java.util.Map map, int value)
          Sets the column attribute in the specified map to the specified value.
static void setEnvironmentAction(java.util.Map map, java.lang.String value)
           
static void setFollowingBoard(java.util.Map map, java.lang.String value)
          Sets the followingBoard attribute in the specified map to the specified value.
static void setId(java.util.Map map, java.lang.String value)
          Sets the text attribute in the specified map to the specified value.
static void setImageResizeStyle(java.util.Map map, int value)
          Sets the imageResizeStyle attribute in the specified map to the specified value.
static void setOrder(java.util.Map map, int value)
          Sets the order attribute in the specified map to the specified value.
static void setOrderedCellList(java.util.Map map, java.util.ArrayList value)
          Sets the orderedCellList attribute in the specified map to the specified value.
static void setPositionAction(java.util.Map map, int value)
           
static void setResizeToText(java.util.Map map, boolean flag)
          Sets the resizeToText attribute in the specified map to the specified value.
static void setRow(java.util.Map map, int value)
          Sets the row attribute in the specified map to the specified value.
static void setSendText(java.util.Map map, java.lang.String value)
          Sets the sendText attribute in the specified map to the specified value.
static void setSendTextTarget(java.util.Map map, TComponent value)
          Sets the sendTextTarget attribute in the specified map to the specified value.
static void setSendTextTimer(java.util.Map map, int value)
          Sets the sendTextTimer attribute in the specified map to the specified value.
static void setSoundFile(java.util.Map map, java.lang.String value)
          Sets the soundFile attribute in the specified map to the specified value.
static void setStartCorner(java.util.Map map, int value)
          Sets the startPoint attribute in the specified map to the specified value.
static void setText(java.util.Map map, java.lang.String value)
          Sets the text attribute in the specified map to the specified value.
static void setTextReceiver(java.util.Map map, boolean flag)
          Sets the textReceiver attribute in the specified map to the specified value.
static void setTextSender(java.util.Map map, boolean flag)
          Sets the textSender attribute in the specified map to the specified value.
static void setUnorderedCellList(java.util.Map map, java.util.ArrayList value)
          Sets the unorderedCellList attribute in the specified map to the specified value.
static void setVideoFile(java.util.Map map, java.lang.String value)
          Sets the videoFile attribute in the specified map to the specified value.
static void setVideoURL(java.util.Map map, java.lang.String value)
          Sets the videoFile attribute in the specified map to the specified value.
 
Methods inherited from class org.jgraph.graph.GraphConstants
createAttributes, createAttributes, createAttributes, createAttributes, createAttributesFromModel, getBackground, getBeginSize, getBorder, getBorderColor, getBounds, getDashOffset, getDashPattern, getEndSize, getExtraLabelPositions, getExtraLabels, getFont, getForeground, getGradientColor, getHorizontalAlignment, getHorizontalTextPosition, getIcon, getInset, getLabelPosition, getLineBegin, getLineColor, getLineEnd, getLineStyle, getLineWidth, getMoveableAxis, getOffset, getPoints, getRemoveAttributes, getROUTING_DEFAULT, getROUTING_SIMPLE, getRouting, getSize, getSizeableAxis, getValue, getVerticalAlignment, getVerticalTextPosition, isAbsoluteX, isAbsoluteY, isAutoSize, isBeginFill, isBendable, isChildrenSelectable, isConnectable, isConstrained, isDisconnectable, isEditable, isEndFill, isGroupOpaque, isLabelAlongEdge, isMoveable, isOpaque, isRemoveAll, isResize, isSelectable, isSizeable, merge, replaceKeys, setAbsolute, setAbsoluteX, setAbsoluteY, setAutoSize, setBackground, setBeginFill, setBeginSize, setBendable, setBorder, setBorderColor, setBounds, setChildrenSelectable, setConnectable, setConstrained, setDashOffset, setDashPattern, setDisconnectable, setEditable, setEndFill, setEndSize, setExtraLabelPositions, setExtraLabels, setFont, setForeground, setGradientColor, setGroupOpaque, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setInset, setLabelAlongEdge, setLabelPosition, setLineBegin, setLineColor, setLineEnd, setLineStyle, setLineWidth, setMoveable, setMoveableAxis, setOffset, setOpaque, setPoints, setRemoveAll, setRemoveAttributes, setResize, setRouting, setSelectable, setSize, setSizeable, setSizeableAxis, setValue, setVerticalAlignment, setVerticalTextPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentBoard

public static TBoard currentBoard

editor

public static TEditor editor

DEFAULT_BACKGROUND

public static final java.awt.Color DEFAULT_BACKGROUND
Default background color.


DEFAULT_FOREGROUND

public static final java.awt.Color DEFAULT_FOREGROUND
Default foreground color.


DEFAULT_ALTERNATIVE_BORDERCOLOR

public static final java.awt.Color DEFAULT_ALTERNATIVE_BORDERCOLOR
Default alternative border color.


DEFAULT_ALTERNATIVE_LINEWIDTH

public static final int DEFAULT_ALTERNATIVE_LINEWIDTH
Default alternative border SIZE.

See Also:
Constant Field Values

IMAGE_FIT

public static final int IMAGE_FIT
Represents the fit imageResizeStyle.

See Also:
getImageResizeStyle(Map), setImageResizeStyle(Map, int), Constant Field Values

IMAGE_SCALE

public static final int IMAGE_SCALE
Represents the scale imageResizeStyle.

See Also:
getImageResizeStyle(Map), setImageResizeStyle(Map, int), Constant Field Values

IMAGE_CENTER

public static final int IMAGE_CENTER
Represents the center imageResizeStyle.

See Also:
getImageResizeStyle(Map), setImageResizeStyle(Map, int), Constant Field Values

TOP_LEFT_CORNER

public static final int TOP_LEFT_CORNER
Represents the begin corner of a TLine.

See Also:
getStartCorner(Map), setStartCorner(Map, int), Constant Field Values

TOP_RIGHT_CORNER

public static final int TOP_RIGHT_CORNER
Represents the begin corner of a TLine.

See Also:
getStartCorner(Map), setStartCorner(Map, int), Constant Field Values

BOTTOM_LEFT_CORNER

public static final int BOTTOM_LEFT_CORNER
Represents the begin corner of a TLine.

See Also:
getStartCorner(Map), setStartCorner(Map, int), Constant Field Values

BOTTOM_RIGHT_CORNER

public static final int BOTTOM_RIGHT_CORNER
Represents the begin corner of a TLine.

See Also:
getStartCorner(Map), setStartCorner(Map, int), Constant Field Values

CONTROLLER_IMAGE_SIZE

public static final int CONTROLLER_IMAGE_SIZE
Represents the size of the image controller in the controller cell menu.

See Also:
Constant Field Values

EXIT_ACTION_CODE

public static final int EXIT_ACTION_CODE
Represents the action of a controller cell.

See Also:
getActionCode(Map), setActionCode(Map, int), Constant Field Values

UNDO_ACTION_CODE

public static final int UNDO_ACTION_CODE
See Also:
Constant Field Values

UNDO_ALL_ACTION_CODE

public static final int UNDO_ALL_ACTION_CODE
See Also:
Constant Field Values

READ_ACTION_CODE

public static final int READ_ACTION_CODE
See Also:
Constant Field Values

RETURN_ACTION_CODE

public static final int RETURN_ACTION_CODE
See Also:
Constant Field Values

STOP_ACTION_CODE

public static final int STOP_ACTION_CODE
See Also:
Constant Field Values

HOME_ACTION_CODE

public static final int HOME_ACTION_CODE
See Also:
Constant Field Values

TEXT

public static final java.lang.String TEXT
Key for the text attribute. Use instances of String as values for this key.

See Also:
Constant Field Values

ID

public static final java.lang.String ID
Key for the id attribute. Use instances of String as values for this key.

See Also:
Constant Field Values

BROWSEABLE

public static final java.lang.String BROWSEABLE
Key for the browseable attribute. Use instances of Boolean as values for this key.

See Also:
Constant Field Values

ALTERNATIVE_ICON

public static final java.lang.String ALTERNATIVE_ICON
Key for the alternateIcon attributes. Use instances of Icon as values for this key.

See Also:
Constant Field Values

SOUND_FILE

public static final java.lang.String SOUND_FILE
Key for the soundFile attributes. Use instances of String as values for this key.

See Also:
Constant Field Values

BROWSING_SOUND_FILE

public static final java.lang.String BROWSING_SOUND_FILE
Key for the browsingsoundFile attributes. Use instances of String as values for this key.

See Also:
Constant Field Values

VIDEO_FILE

public static final java.lang.String VIDEO_FILE
Key for the videoFile attributes. Use instances of String as values for this key.

See Also:
Constant Field Values

VIDEO_URL

public static final java.lang.String VIDEO_URL
Key for the videoURL attributes. Use instances of String as values for this key.

See Also:
Constant Field Values

START_CORNER

public static final java.lang.String START_CORNER
Key for the startCorner attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values

ACTION_CODE

public static final java.lang.String ACTION_CODE
Key for the actionCode attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values

COLUMN

public static final java.lang.String COLUMN
Key for the column attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values

ROW

public static final java.lang.String ROW
Key for the row attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values

ORDER

public static final java.lang.String ORDER
Key for the order attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values

ORDERED_CELL_LIST

public static final java.lang.String ORDERED_CELL_LIST
Key for the orderedCellList attribute. Use instances of ArrayList as values for this key.

See Also:
Constant Field Values

UNORDERED_CELL_LIST

public static final java.lang.String UNORDERED_CELL_LIST
Key for the unorderedCellList attribute. Use instances of ArrayList as values for this key.

See Also:
Constant Field Values

RESIZE_TO_TEXT

public static final java.lang.String RESIZE_TO_TEXT
Key for the resizeToText attribute. Use instances of Boolean as values for this key.

See Also:
Constant Field Values

IMAGE_RESIZE_STYLE

public static final java.lang.String IMAGE_RESIZE_STYLE
Key for the imageResizeStyle attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values

TEXT_SENDER

public static final java.lang.String TEXT_SENDER
Key for the textSender attributes. Use instances of Boolean as values for this key

See Also:
Constant Field Values

TEXT_RECEIVER

public static final java.lang.String TEXT_RECEIVER
Key for the textReceiver attribute. Use instances of Boolean as values for this key.

See Also:
Constant Field Values

SEND_TEXT

public static final java.lang.String SEND_TEXT
Key for the sendText attribute. Use instances of String as values for this key.

See Also:
Constant Field Values

SEND_TEXT_TARGET

public static final java.lang.String SEND_TEXT_TARGET
Key for the sendTextTerget attribute. Use instances of TTextArea as values for this key.

See Also:
Constant Field Values

SEND_TEXT_TIMER

public static final java.lang.String SEND_TEXT_TIMER
Key for the sendTextTimer attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values

ACCUMULATED

public static final java.lang.String ACCUMULATED
Key for the accumulated attribute. Use instances of Boolean as values for this key.

See Also:
Constant Field Values

FOLLOWING_BOARD

public static final java.lang.String FOLLOWING_BOARD
Key for the followingBoard attribute. Use instances of TBoard as values for this key.

See Also:
Constant Field Values

ALTERNATIVE_LINEWIDTH

public static final java.lang.String ALTERNATIVE_LINEWIDTH
Key for the changeLineWidth attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values

ALTERNATIVE_BORDER_COLOR

public static final java.lang.String ALTERNATIVE_BORDER_COLOR
Key for the ChangeColor attribute. Use instances of Color as values for this key.

See Also:
Constant Field Values

CHANGE_COLOR_GRID

public static final java.lang.String CHANGE_COLOR_GRID
Key for the ChangeColorGrid attribute. Use instances of Color as values for this key.

See Also:
Constant Field Values

CHANGE_LINE_GRID

public static final java.lang.String CHANGE_LINE_GRID
Key for the ChangeLineGrid attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values

ENVIRONMENT_ACTION

public static final java.lang.String ENVIRONMENT_ACTION
Key for the EnvironmentAction attribute. Use instances of String as values for this key.

See Also:
Constant Field Values

ACTION_POSITION

public static final java.lang.String ACTION_POSITION
Key for the ActionPosition attribute. Use instances of Integer as values for this key.

See Also:
Constant Field Values
Constructor Detail

TBoardConstants

public TBoardConstants()
Method Detail

setText

public static final void setText(java.util.Map map,
                                 java.lang.String value)
Sets the text attribute in the specified map to the specified value.


getText

public static final java.lang.String getText(java.util.Map map)
Returns the text attribute from the specified map.


setId

public static final void setId(java.util.Map map,
                               java.lang.String value)
Sets the text attribute in the specified map to the specified value.


getId

public static final java.lang.String getId(java.util.Map map)
Returns the text attribute from the specified map.


setBrowseable

public static final void setBrowseable(java.util.Map map,
                                       boolean flag)
Sets the browseable attribute in the specified map to the specified value.


isBrowseable

public static final boolean isBrowseable(java.util.Map map)
Returns the browseable attribute from the specified map.


setAlternativeIcon

public static final void setAlternativeIcon(java.util.Map map,
                                            javax.swing.Icon value)
Sets the alternateIcon attribute in the specified map to the specified value.


getSoundFile

public static final java.lang.String getSoundFile(java.util.Map map)
Returns the soundFile attribute from the specified map.


setSoundFile

public static final void setSoundFile(java.util.Map map,
                                      java.lang.String value)
Sets the soundFile attribute in the specified map to the specified value.


getBrowsingSoundFile

public static final java.lang.String getBrowsingSoundFile(java.util.Map map)

setBrowsingSoundFile

public static final void setBrowsingSoundFile(java.util.Map map,
                                              java.lang.String value)

getVideoFile

public static final java.lang.String getVideoFile(java.util.Map map)
Returns the videoFile attribute from the specified map.


setVideoFile

public static final void setVideoFile(java.util.Map map,
                                      java.lang.String value)
Sets the videoFile attribute in the specified map to the specified value.


getVideoURL

public static final java.lang.String getVideoURL(java.util.Map map)
Returns the videoFile attribute from the specified map.


setVideoURL

public static final void setVideoURL(java.util.Map map,
                                     java.lang.String value)
Sets the videoFile attribute in the specified map to the specified value.


getAlternativeIcon

public static final javax.swing.Icon getAlternativeIcon(java.util.Map map)
Returns the alternateIcon attribute from the specified map.


setStartCorner

public static final void setStartCorner(java.util.Map map,
                                        int value)
Sets the startPoint attribute in the specified map to the specified value.


getStartCorner

public static final int getStartCorner(java.util.Map map)
Returns the StartPoint attribute from the specified map.


setActionCode

public static final void setActionCode(java.util.Map map,
                                       int value)
Sets the actionCode attribute in the specified map to the specified value.


getActionCode

public static final int getActionCode(java.util.Map map)
Returns the actionCode attribute from the specified map.


setColumn

public static final void setColumn(java.util.Map map,
                                   int value)
Sets the column attribute in the specified map to the specified value.


getColumn

public static final int getColumn(java.util.Map map)
Returns the column attribute from the specified map.


setRow

public static final void setRow(java.util.Map map,
                                int value)
Sets the row attribute in the specified map to the specified value.


getRow

public static final int getRow(java.util.Map map)
Returns the row attribute from the specified map.


setOrder

public static final void setOrder(java.util.Map map,
                                  int value)
Sets the order attribute in the specified map to the specified value.


getOrder

public static final int getOrder(java.util.Map map)
Returns the order attribute from the specified map.


setOrderedCellList

public static final void setOrderedCellList(java.util.Map map,
                                            java.util.ArrayList value)
Sets the orderedCellList attribute in the specified map to the specified value.


getOrderedCellList

public static final java.util.ArrayList getOrderedCellList(java.util.Map map)
Returns the orderedCellList attribute from the specified map.


setUnorderedCellList

public static final void setUnorderedCellList(java.util.Map map,
                                              java.util.ArrayList value)
Sets the unorderedCellList attribute in the specified map to the specified value.


getUnorderedCellList

public static final java.util.ArrayList getUnorderedCellList(java.util.Map map)
Returns the unorderedCellList attribute from the specified map.


setResizeToText

public static final void setResizeToText(java.util.Map map,
                                         boolean flag)
Sets the resizeToText attribute in the specified map to the specified value.


isResizeToText

public static final boolean isResizeToText(java.util.Map map)
Returns the resizeToText attribute from the specified map.


setImageResizeStyle

public static final void setImageResizeStyle(java.util.Map map,
                                             int value)
Sets the imageResizeStyle attribute in the specified map to the specified value.


getImageResizeStyle

public static final int getImageResizeStyle(java.util.Map map)
Returns the imageResizeStyle attribute from the specified map.


setTextSender

public static final void setTextSender(java.util.Map map,
                                       boolean flag)
Sets the textSender attribute in the specified map to the specified value.


isTextSender

public static final boolean isTextSender(java.util.Map map)
Returns the textSender attribute from the specified map.


setTextReceiver

public static final void setTextReceiver(java.util.Map map,
                                         boolean flag)
Sets the textReceiver attribute in the specified map to the specified value.


isTextReceiver

public static final boolean isTextReceiver(java.util.Map map)
Returns the textReceiver attribute from the specified map.


setSendTextTarget

public static final void setSendTextTarget(java.util.Map map,
                                           TComponent value)
Sets the sendTextTarget attribute in the specified map to the specified value.


getSendTextTarget

public static final TComponent getSendTextTarget(java.util.Map map)
Returns the sendTextTarget attribute from the specified map.


setSendText

public static final void setSendText(java.util.Map map,
                                     java.lang.String value)
Sets the sendText attribute in the specified map to the specified value.


getSendText

public static final java.lang.String getSendText(java.util.Map map)
Returns the sendText attribute from the specified map.


setSendTextTimer

public static final void setSendTextTimer(java.util.Map map,
                                          int value)
Sets the sendTextTimer attribute in the specified map to the specified value.


getSendTextTimer

public static final int getSendTextTimer(java.util.Map map)
Returns the sendTextTimer attribute from the specified map.


setAccumulated

public static final void setAccumulated(java.util.Map map,
                                        boolean flag)
Sets the resizeToText attribute in the specified map to the specified value.


isAccumulated

public static final boolean isAccumulated(java.util.Map map)
Returns the resizeToText attribute from the specified map.


setFollowingBoard

public static final void setFollowingBoard(java.util.Map map,
                                           java.lang.String value)
Sets the followingBoard attribute in the specified map to the specified value.


getFollowingBoardName

public static final java.lang.String getFollowingBoardName(java.util.Map map)
Returns the followingBoard attribute from the specified map.


setAlternativeLinewidth

public static final void setAlternativeLinewidth(java.util.Map map,
                                                 int value)

getAlternativeLinewidth

public static final int getAlternativeLinewidth(java.util.Map map)

setAlternativeBorderColor

public static final void setAlternativeBorderColor(java.util.Map map,
                                                   java.awt.Color value)

getAlternativeBorderColor

public static final java.awt.Color getAlternativeBorderColor(java.util.Map map)

getChangeLineWidthGrid

public static final int getChangeLineWidthGrid(java.util.Map map)

setChangeLineWidthGrid

public static final void setChangeLineWidthGrid(java.util.Map map,
                                                int value)

setChangeColorGrid

public static final void setChangeColorGrid(java.util.Map map,
                                            java.awt.Color value)

getChangeColorGrid

public static final java.awt.Color getChangeColorGrid(java.util.Map map)

setEnvironmentAction

public static final void setEnvironmentAction(java.util.Map map,
                                              java.lang.String value)

getEnvironmentAction

public static final java.lang.String getEnvironmentAction(java.util.Map map)
Returns the sendText attribute from the specified map.


getPositionAction

public static final int getPositionAction(java.util.Map map)

setPositionAction

public static final void setPositionAction(java.util.Map map,
                                           int value)