|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--gov.noaa.pmel.sgt.LineKey
LineKey is used to create a key for the
LineCartesianRenderer. Multiple
lines can be included in the key.
| Field Summary | |
static int |
BOTTOM
Align to bottom of key. |
static int |
CENTER
Align to center of key. |
static int |
LEFT
Align to left of key. |
static int |
MIDDLE
Align to middle of key. |
static int |
NO_BORDER
Do not draw a border. |
static int |
PLAIN_LINE
Use plain line border. |
static int |
RAISED
Use raised border. |
static int |
RIGHT
Align to right of key. |
static int |
TOP
Align to top of key. |
| Constructor Summary | |
LineKey()
Default constructor. |
|
LineKey(Point2D.Double loc,
int valign,
int halign)
|
|
| Method Summary | |
void |
addGraph(CartesianRenderer rend,
SGLabel label)
Add a LineCartesianRenderer and label to the LineKey. |
void |
addLineGraph(LineCartesianRenderer line,
SGLabel label)
Add a LineCartesianRenderer and label to the LineKey. |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a new PropertyChangeListener. |
void |
clear(java.lang.String data_id)
Remove line associated with data id from LineKey. |
void |
clearAll()
Remove all lines from the LineKey. |
LayerChild |
copy()
Create of copy of LineKey. |
void |
draw(java.awt.Graphics g)
Draw the Key. |
int |
getBorderStyle()
Get border style. |
java.awt.Rectangle |
getBounds()
Get the bounding rectangle. |
Rectangle2D.Double |
getBoundsP()
Get key bounds in physical coordinates. |
int |
getColumns()
Get the number of columns. |
int |
getHAlign()
Get horizontal alignment |
java.lang.String |
getId()
Get LineKey identifier |
Layer |
getLayer()
Get layer. |
double |
getLineLengthP()
Get line length |
java.awt.Point |
getLocation()
Gets the location in device coordinates. |
Point2D.Double |
getLocationP()
Get location of key. |
AbstractPane |
getPane()
Get AbstractPane of the LayerChild. |
int |
getRowHeight()
Return rowheight of key in pixels. |
int |
getVAlign()
Get vertical alignment |
boolean |
isMoveable()
Returns true if the current state is moveable |
boolean |
isSelectable()
Returns true if the current state is selectable. |
boolean |
isSelected()
Returns true if the object's selected property is set. |
boolean |
isVisible()
Check if LayerChild is visible. |
void |
modified(java.lang.String mess)
Used by sgt internally. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
void |
removeLineGraph(SGLabel label)
Remove a line from the LineKey. |
void |
removeLineGraph(java.lang.String ident)
Remove a line from the LineKey. |
void |
removeLineRenderer(LineCartesianRenderer line)
Remove a line from the LineKey. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Remove a listener. |
void |
setAlign(int vert,
int horz)
Set alignment. |
void |
setBorderStyle(int style)
Set border style. |
void |
setBounds(int x,
int y,
int width,
int height)
Set the bounds of the LineKey. |
void |
setBounds(java.awt.Rectangle r)
Set the bounds of the LineKey. |
void |
setBoundsP(Rectangle2D.Double r)
Set the bounds of the LineKey in physical units. |
void |
setColumns(int col)
Set the number of columns. |
void |
setHAlign(int horz)
Set horizontal alignment |
void |
setId(java.lang.String id)
Set LineKey identifier. |
void |
setLayer(Layer l)
Set parent layer. |
void |
setLineLengthP(double len)
Set line length. |
void |
setLocation(java.awt.Point loc)
Sets the location in device coordinates. |
void |
setLocationP(Point2D.Double loc)
Set location of key Property Change: location. |
void |
setMoveable(boolean moveable)
Set the moveable property. |
void |
setSelectable(boolean select)
Set the Selectable property. |
void |
setSelected(boolean sel)
Sets the selected property. |
void |
setVAlign(int vert)
Set vertical alignment |
void |
setVisible(boolean visible)
Set visibility for a LayerChild. |
java.lang.String |
toString()
Return a string that represents the LayerChild. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int PLAIN_LINE
public static final int RAISED
public static final int NO_BORDER
public static final int TOP
public static final int MIDDLE
public static final int BOTTOM
public static final int LEFT
public static final int CENTER
public static final int RIGHT
| Constructor Detail |
public LineKey()
public LineKey(Point2D.Double loc,
int valign,
int halign)
| Method Detail |
public LayerChild copy()
copy in interface LayerChildLayerChild.public void setSelected(boolean sel)
Selectable
setSelected in interface Selectablesel - true if selected, false if not.public boolean isSelected()
Selectable
isSelected in interface Selectablepublic void setSelectable(boolean select)
Selectable
setSelectable in interface Selectableselect - if true object is selectablepublic boolean isSelectable()
Selectable
isSelectable in interface Selectablepublic boolean isMoveable()
Moveable
isMoveable in interface Moveablepublic void setMoveable(boolean moveable)
Moveable
setMoveable in interface Moveablepublic void setLayer(Layer l)
setLayer in interface LayerChildl - parent layerpublic Layer getLayer()
getLayer in interface LayerChildpublic AbstractPane getPane()
LayerChildAbstractPane of the LayerChild.
getPane in interface LayerChildpublic void modified(java.lang.String mess)
LayerChild
modified in interface LayerChildpublic void setId(java.lang.String id)
setId in interface LayerChildid - key identifierpublic java.lang.String getId()
getId in interface LayerChildpublic void setLineLengthP(double len)
setLineLengthP in interface DataKeylen - line lengthpublic double getLineLengthP()
public void setColumns(int col)
setColumns in interface DataKeycol - number of columnspublic int getColumns()
public void setBorderStyle(int style)
setBorderStyle in interface DataKeystyle - border stylePLAIN_LINE,
RAISED,
NO_BORDERpublic int getBorderStyle()
public void setAlign(int vert,
int horz)
setAlign in interface DataKeyvert - vertical alignmenthorz - horizontal alignmentpublic void setVAlign(int vert)
setVAlign in interface DataKeyvert - vertical alignmentpublic void setHAlign(int horz)
setHAlign in interface DataKeyhorz - horizontal alignmentpublic int getVAlign()
public int getHAlign()
public void setLocationP(Point2D.Double loc)
location.
setLocationP in interface DataKeyloc - key locationpublic void setBoundsP(Rectangle2D.Double r)
LineKey in physical units.
setBoundsP in interface DataKeypublic Rectangle2D.Double getBoundsP()
public Point2D.Double getLocationP()
public void addLineGraph(LineCartesianRenderer line,
SGLabel label)
line - LineCartesianGraph objectlabel - descriptive label
public void addGraph(CartesianRenderer rend,
SGLabel label)
throws java.lang.IllegalArgumentException
addGraph in interface DataKeyrend - LineCartesianRenderer objectlabel - descriptive label
java.lang.IllegalArgumentExceptionpublic void removeLineGraph(SGLabel label)
public void removeLineRenderer(LineCartesianRenderer line)
public void removeLineGraph(java.lang.String ident)
public void clearAll()
public void clear(java.lang.String data_id)
public int getRowHeight()
public void draw(java.awt.Graphics g)
draw in interface LayerChildg - Graphics contextpublic java.awt.Rectangle getBounds()
getBounds in interface Selectablepublic java.awt.Point getLocation()
Moveable
getLocation in interface Moveablepublic void setLocation(java.awt.Point loc)
Moveable
setLocation in interface Moveablepublic void setBounds(java.awt.Rectangle r)
LineKey.
public void setBounds(int x,
int y,
int width,
int height)
LineKey.
location.
public java.lang.String toString()
LayerChildLayerChild.
toString in interface LayerChildtoString in class java.lang.ObjectLayerChild representation.public boolean isVisible()
LayerChildLayerChild is visible.
isVisible in interface LayerChildpublic void setVisible(boolean visible)
LayerChildLayerChild.
setVisible in interface LayerChildvisible - visible if truepublic void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListenerpublic void addPropertyChangeListener(java.beans.PropertyChangeListener l)
Moveable
addPropertyChangeListener in interface Moveablepublic void removePropertyChangeListener(java.beans.PropertyChangeListener l)
Moveable
removePropertyChangeListener in interface Moveable
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||