org.uninode.leaf

Type Graphics

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 dataValue
org.uninode.Type.displayPatterna {att:org.uninode.Node.type}

Attribute summaryDefined inUninode® IdPropertiesDefault
StringtoString
This is the display string.
Nodeorg.uninode.0.102
Typetype
The type of an object determines the behaviour and attributes of the object.
Nodeorg.uninode.0.101
StringuriNodeorg.uninode.0.103

Method summaryDefined inOverridesProperties
voiddrawLine(Point p1, Point p2)Graphics
voiddrawLine(Real x1, Real y1, Real x2, Real y2)Graphics
voiddrawString(Real x, Real y, Node node)Graphics
voidsetColor(Color color)Graphics
voidsetLineWidth(Real lineWidth)Graphics
voidstringSize(Node node)Graphics