Package mgui.interfaces.plots.sgt
Class SgtPointSet
java.lang.Object
mgui.interfaces.AbstractInterfaceObject
mgui.interfaces.plots.InterfacePlotObject
mgui.interfaces.plots.sgt.SgtPlotObject<gov.noaa.pmel.sgt.dm.PointCollection>
mgui.interfaces.plots.sgt.SgtPointSet
- All Implemented Interfaces:
AttributeListener
,AttributeObject
,InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class SgtPointSet extends SgtPlotObject<gov.noaa.pmel.sgt.dm.PointCollection>
Represents a set of points for an Scientific Graphics Toolkit (SGT) plot.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields inherited from class mgui.interfaces.plots.sgt.SgtPlotObject
sgt_attribute, sgt_data
Fields inherited from class mgui.interfaces.plots.InterfacePlotObject
attributes
Fields inherited from class mgui.interfaces.AbstractInterfaceObject
isDestroyed, tree_nodes
-
Constructor Summary
Constructors Constructor Description SgtPointSet()
-
Method Summary
Modifier and Type Method Description void
attributeUpdated(AttributeEvent e)
Called when an Attribute's value has been updated.void
setColour(java.awt.Color colour)
protected void
updateSgtAttribute()
Update SGT attribute from object attributes.Methods inherited from class mgui.interfaces.plots.sgt.SgtPlotObject
getSgtAttribute, getSgtData, getUnitX, getUnitY, setSgtData, setTreeNode, setUnitX, setUnitY
Methods inherited from class mgui.interfaces.plots.InterfacePlotObject
getAttribute, getAttributes, getAttributeValue, setAttribute, setAttributes
Methods inherited from class mgui.interfaces.AbstractInterfaceObject
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, updateTreeNodes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface mgui.interfaces.NamedObject
getName, setName
-
Constructor Details
-
SgtPointSet
public SgtPointSet()
-
-
Method Details
-
attributeUpdated
Description copied from interface:AttributeListener
Called when an Attribute's value has been updated.- Specified by:
attributeUpdated
in interfaceAttributeListener
- Overrides:
attributeUpdated
in classSgtPlotObject<gov.noaa.pmel.sgt.dm.PointCollection>
-
updateSgtAttribute
protected void updateSgtAttribute()Description copied from class:SgtPlotObject
Update SGT attribute from object attributes.- Specified by:
updateSgtAttribute
in classSgtPlotObject<gov.noaa.pmel.sgt.dm.PointCollection>
-
setColour
public void setColour(java.awt.Color colour)- Specified by:
setColour
in classSgtPlotObject<gov.noaa.pmel.sgt.dm.PointCollection>
-