Uses of Class
org.graffiti.graphics.PortsAttribute
Package | Description |
---|---|
org.graffiti.graphics |
-
Uses of PortsAttribute in org.graffiti.graphics
Methods in org.graffiti.graphics that return PortsAttribute Modifier and Type Method Description PortsAttribute
NodeGraphicAttribute. getPorts()
Returns the 'ports'-value of the encapsulated node.Methods in org.graffiti.graphics with parameters of type PortsAttribute Modifier and Type Method Description void
NodeGraphicAttribute. setPorts(PortsAttribute p)
Sets the 'ports'-value.Constructors in org.graffiti.graphics with parameters of type PortsAttribute Constructor Description NodeGraphicAttribute(double x, double y, double h, double w, PortsAttribute p)
Constructor for NodeGraphicAttribute.NodeGraphicAttribute(Point2D c, Dimension d, PortsAttribute p)
Constructor for NodeGraphicAttribute.NodeGraphicAttribute(CoordinateAttribute c, DimensionAttribute d, PortsAttribute p)
Constructor for NodeGraphicAttribute.