@OpenApi
public class SymbolData
extends Object
Info class that remembers symbol id, shape, element id of symbols' model element
and whether symbol has a manipulator.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SymbolData
public SymbolData(String symbolID,
@CheckForNull
String elementID,
Shape shape,
Point middlePoint,
boolean hasManipulator)
-
Method Details
-
getSymbolID
@OpenApi
public String getSymbolID()
-
-
getElementID
@CheckForNull
@OpenApi
public String getElementID()
-
hasManipulator
public boolean hasManipulator()
-
getMiddlePoint
public Point getMiddlePoint()