|
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.PointCollectionKey
PointCollectionKey is used to create a key for the
PointCartesianRenderer. 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 | |
PointCollectionKey()
Default constructor. |
|
PointCollectionKey(Point2D.Double loc,
int valign,
int halign)
Create PointCollectionKey. |
|
| Method Summary | |
void |
addGraph(CartesianRenderer rend,
SGLabel label)
Add a PointCartesianRenderer and label to the PointCollectionKey. |
void |
addPointGraph(PointCartesianRenderer points,
SGLabel label)
Add a PointCartesianRenderer and label to the PointCollectionKey. |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a new PropertyChangeListener. |
void |
clear(java.lang.String data_id)
Remove data from key by id. |
void |
clearAll()
Remove all lines from the PointCollectionKey. |
LayerChild |
copy()
Create of copy of PointCollectionKey. |
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 PointCollectionKey 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 height of key row 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 |
removePointGraph(SGLabel label)
Remove a line from the PointCollectionKey. |
void |
removePointGraph(java.lang.String ident)
Remove a line from the PointCollectionKey. |
void |
removePointRenderer(PointCartesianRenderer line)
Remove a line from the PointCollectionKey. |
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, in pixels, of the PointCollectionKey
Property Change: location. |
void |
setBounds(java.awt.Rectangle r)
Set the bounds, in pixels, of the PointCollectionKey |
void |
setBoundsP(Rectangle2D.Double r)
Set the bounds, in physical units, of the PointCollectionKey |
void |
setColumns(int col)
Set the number of columns. |
void |
setHAlign(int horz)
Set horizontal alignment |
void |
setId(java.lang.String id)
Set PointCollectionKey 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 PointCollectionKey()
public PointCollectionKey(Point2D.Double loc,
int valign,
int halign)
PointCollectionKey.
| 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)
PointCollectionKey
setBoundsP in interface DataKeypublic Rectangle2D.Double getBoundsP()
public Point2D.Double getLocationP()
public void addPointGraph(PointCartesianRenderer points,
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 removePointGraph(SGLabel label)
public void removePointRenderer(PointCartesianRenderer line)
public void removePointGraph(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)
PointCollectionKey
public void setBounds(int x,
int y,
int width,
int height)
PointCollectionKey
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 | |||||||||||