|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Dimension in ar.edu.unr.fceia.bottallo |
---|
Methods in ar.edu.unr.fceia.bottallo that return Dimension | |
---|---|
protected Dimension |
Ring.getDimension()
Get the dimension of the ring |
protected Dimension |
State.getDimension()
Get the dimension of the state |
protected Dimension |
Connector.getDimension()
Get the dimension of the connector |
protected Dimension |
JDOMWorker.getDimension(org.jdom.Element e)
Set information of spatial characteristics of a graphical object |
Methods in ar.edu.unr.fceia.bottallo with parameters of type Dimension | |
---|---|
protected static float |
Dimension.getMetric(Dimension s,
Dimension t)
Compute the inclusion-metric of a graphical object respect to other object (using the dimensions of the objects) |
protected static boolean |
Dimension.isIncluded(Dimension s,
Dimension t)
Check if a graphical object is included in other |
protected static boolean |
Dimension.pointIn(Point p,
Dimension dim)
Check if a point pertains to a grafical object (i.e. is inside the dimensio of a graphical object) |
protected void |
Ring.setDimension(Dimension d)
Set the dimension of the ring |
protected void |
State.setDimension(Dimension d)
Set the dimension of the state |
protected void |
Connector.setDimension(Dimension d)
Set the dimension of the connector, useful to detect inclusions |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |