Uses of Class
org.graffiti.graphics.DimensionAttribute
Package | Description |
---|---|
org.graffiti.graphics |
-
Uses of DimensionAttribute in org.graffiti.graphics
Methods in org.graffiti.graphics that return DimensionAttribute Modifier and Type Method Description DimensionAttribute
NodeGraphicAttribute. getDimension()
Returns the 'dimension'-value of the encapsulated node.Methods in org.graffiti.graphics with parameters of type DimensionAttribute Modifier and Type Method Description void
NodeGraphicAttribute. setDimension(DimensionAttribute d)
Sets the 'dimension'-value.Constructors in org.graffiti.graphics with parameters of type DimensionAttribute Constructor Description NodeGraphicAttribute(CoordinateAttribute c, DimensionAttribute d, PortsAttribute p)
Constructor for NodeGraphicAttribute.