public class Rectangle extends Domain
defaultValueChoiceFunction, logger, myVariable, valueChoiceFunctions| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object arg0) |
int |
getHeight() |
java.lang.String |
getIntervalsName() |
int |
getWidth() |
java.lang.String |
getXInterval() |
java.lang.String |
getYInterval() |
java.lang.String |
toString()
Get a string representation of this domain (must be implemented by the
Domain developer. |
chooseValue, chooseValue, getValueChoiceFunctions, getVariable, registerValueChoiceFunction, removeValueChoiceFunctions, setDefaultValueChoiceFunctionpublic Rectangle(Region v)
public java.lang.String getIntervalsName()
public java.lang.String getXInterval()
public java.lang.String getYInterval()
public int compareTo(java.lang.Object arg0)
public java.lang.String toString()
DomainDomain developer.public int getHeight()
public int getWidth()