|
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.VectorKey
VectorKey is used to create a key for the
VectorCartesianRenderer. 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 | |
VectorKey()
Default constructor. |
|
VectorKey(Point2D.Double loc,
int valign,
int halign)
Create VectorKey. |
|
| Method Summary | |
void |
addGraph(CartesianRenderer rend,
SGLabel label)
Add a VectorCartesianRenderer and label to the VectorKey. |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a new PropertyChangeListener. |
void |
addVectorGraph(VectorCartesianRenderer vector,
SGLabel label)
Add a VectorCartesianRenderer and label to the VectorKey. |
void |
clear(java.lang.String data_id)
Remove data from key by id. |
void |
clearAll()
Remove all lines from the VectorKey. |
LayerChild |
copy()
Create of copy of VectorKey. |
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()
|
int |
getColumns()
Get the number of columns. |
int |
getHAlign()
Get horizontal alignment |
java.lang.String |
getId()
Get VectorKey identifier |
Layer |
getLayer()
Get layer. |
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 height of key row in pixels. |
int |
getVAlign()
Get vertical alignment |
double |
getVectorLengthP()
Get line length |
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 |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Remove a listener. |
void |
removeVectorGraph(SGLabel label)
Remove a line from the VectorKey. |
void |
removeVectorGraph(java.lang.String ident)
Remove a line from the VectorKey. |
void |
removeVectorRenderer(VectorCartesianRenderer line)
Remove a line from the VectorKey. |
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, in pixels, of the VectorKey
Property Change: location. |
void |
setBounds(java.awt.Rectangle r)
Set the bounds, in pixels, of the VectorKey |
void |
setBoundsP(Rectangle2D.Double r)
Set the bounds, in physical units, of the VectorKey |
void |
setColumns(int col)
Set the number of columns. |
void |
setHAlign(int horz)
Set horizontal alignment |
void |
setId(java.lang.String id)
Set VectorKey identifier. |
void |
setLayer(Layer l)
Set parent layer. |
void |
setLineLengthP(double len)
|
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 |
setVectorLengthP(double len)
Set line length. |
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 VectorKey()
public VectorKey(Point2D.Double loc,
int valign,
int halign)
VectorKey.
| 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 setVectorLengthP(double len)
len - line lengthpublic void setLineLengthP(double len)
setLineLengthP in interface DataKeypublic double getVectorLengthP()
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)
VectorKey
setBoundsP in interface DataKeypublic Rectangle2D.Double getBoundsP()
public Point2D.Double getLocationP()
public void addVectorGraph(VectorCartesianRenderer vector,
SGLabel label)
label - descriptive label
public void addGraph(CartesianRenderer rend,
SGLabel label)
throws java.lang.IllegalArgumentException
addGraph in interface DataKeyrend - CartesianRenderer objectlabel - descriptive label
java.lang.IllegalArgumentExceptionpublic void removeVectorGraph(SGLabel label)
public void removeVectorRenderer(VectorCartesianRenderer line)
public void removeVectorGraph(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)
VectorKey
public void setBounds(int x,
int y,
int width,
int height)
VectorKey
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 | |||||||||||