| org.uninode.leaf | ![]() |
org.uninode.0.351
Instance of Type
Inheriting from Node
A Graphics instance is used as a common interface to write two-dimensional images.
| Type data | Value |
| org.uninode.Type.displayPattern | a {att:org.uninode.Node.type} |
| Attribute summary | Defined in | Uninode® Id | Properties | Default | |
| String | toString This is the display string. | Node | org.uninode.0.102 | ||
| Type | type The type of an object determines the behaviour and attributes of the object. | Node | org.uninode.0.101 | ||
| String | uri | Node | org.uninode.0.103 | ||
| Method summary | Defined in | Overrides | Properties | |
| void | drawLine(Point p1, Point p2) | Graphics | ||
| void | drawLine(Real x1, Real y1, Real x2, Real y2) | Graphics | ||
| void | drawString(Real x, Real y, Node node) | Graphics | ||
| void | setColor(Color color) | Graphics | ||
| void | setLineWidth(Real lineWidth) | Graphics | ||
| void | stringSize(Node node) | Graphics | ||