kcl.waterloo.observable
Interface GJLinkableInterface
-
- All Known Subinterfaces:
- GJGraphInterface, GJPlotInterface
- All Known Implementing Classes:
- GJAbstractDataVector, GJAbstractGraph, GJAbstractGraph0, GJAbstractGraph1, GJAbstractGraphContainer, GJAbstractObservable, GJAbstractPlot, GJAbstractPlotModelImpl, GJAbstractPolarPlot, GJBar, GJBigDecimalDataVector, GJBox, GJCloud, GJComponentPlot, GJContour, GJDataModel, GJDoubleDataVector, GJErrorBar, GJFastLine, GJFeather, GJFloatDataVector, GJGraph, GJGraphContainer, GJLine, GJPathPlot, GJPie, GJPolarBar, GJPolarLine, GJPolarScatter, GJPolarStem, GJPrimitiveDoubleDataVector, GJQuiver, GJScatter, GJStairs, GJStem
public interface GJLinkableInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddLink(java.lang.Object o)Adds an Object to the Links mapjava.util.ArrayList<java.lang.Object>getLinks()Returns the list of linked ObjectsvoidremoveLink(java.lang.Object o)Removes an Object from the Links mapvoidsetLinks(java.util.ArrayList<java.lang.Object> links)Sets the list of linked objects
-
-
-
Method Detail
-
addLink
void addLink(java.lang.Object o)
Adds an Object to the Links map- Parameters:
o-
-
removeLink
void removeLink(java.lang.Object o)
Removes an Object from the Links map- Parameters:
o-
-
getLinks
java.util.ArrayList<java.lang.Object> getLinks()
Returns the list of linked Objects- Returns:
- the ArrayList of linked Objects
-
setLinks
void setLinks(java.util.ArrayList<java.lang.Object> links)
Sets the list of linked objects- Parameters:
links- ArrayList
-
-
DMelt 3.0 © DataMelt by jWork.ORG