-
-
Constructors in org.graffiti.graphics that throw IllegalIdException
Constructor |
Description |
EdgeGraphicAttribute() |
Constructs an EdgeGraphicAttribute and initializes all its members.
|
EdgeGraphicAttribute(String ah,
String at,
double t,
DockingAttribute d) |
Constructs an EdgeGraphicAttribute and initializes all its members.
|
EdgeGraphicAttribute(String ah,
String at,
DoubleAttribute t,
DockingAttribute d) |
Constructs an EdgeGraphicAttribute and initializes all its members.
|
EdgeGraphicAttribute(StringAttribute ah,
StringAttribute at,
double t,
DockingAttribute d) |
Constructs an EdgeGraphicAttribute and initializes all its members.
|
GraphElementGraphicAttribute(String id) |
Constructor for GraphElementGraphicAttribute.
|
GraphElementGraphicAttribute(String id,
Image i,
Color frc,
Color fic,
LabelAttribute l,
double ft,
LineModeAttribute lm,
String s) |
Constructor for GraphElementGraphicAttribute.
|
GraphElementGraphicAttribute(String id,
ImageAttribute i,
ColorAttribute frc,
ColorAttribute fic,
LabelAttribute l,
DoubleAttribute ft,
LineModeAttribute lm,
StringAttribute s) |
Constructor for GraphElementGraphicAttribute.
|
NodeGraphicAttribute() |
Constructor for NodeGraphicAttribute.
|
NodeGraphicAttribute(double x,
double y,
double h,
double w,
PortsAttribute p) |
Constructor for NodeGraphicAttribute.
|
NodeGraphicAttribute(Point2D position,
Dimension size) |
|
NodeGraphicAttribute(Point2D c,
Dimension d,
PortsAttribute p) |
Constructor for NodeGraphicAttribute.
|
NodeGraphicAttribute(CoordinateAttribute c,
DimensionAttribute d,
PortsAttribute p) |
Constructor for NodeGraphicAttribute.
|