Package | Description |
---|---|
n4e.core.list | |
n4e.core.tool |
Modifier and Type | Method and Description |
---|---|
void |
ImageText.draw2D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw all points of the line list in 2 dimensions. |
void |
ImageRelation.draw2D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw 2 dimensional lines with arrows. |
void |
ImageRectangle.draw2D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw all points of the line list in 2 dimensions. |
void |
ImagePoint.draw2D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw all points of the line list in 2 dimensions. |
void |
ImageLine.draw2D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw 2 dimensional lines. |
void |
ImageElement.draw2D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw the object. |
void |
ImageArrow.draw2D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw 2 dimensional lines with arrows. |
void |
ImagePoint.draw2D(GraphicParameter gp,
boolean convert_coordinates,
boolean mirror)
The method
draw2D draw all points of the line list in 2 dimensions. |
void |
ImageLine.draw2D(GraphicParameter gp,
boolean convert_coordinates,
boolean mirror)
The method
draw2D draw 2 dimensional lines. |
void |
ImagePoint.draw3D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw all points of the line list in 2 dimensions. |
void |
ImageLine.draw3D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw all points of the line list in 2 dimensions. |
void |
ImageElement.draw3D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw3D draw the object. |
void |
ImageRelation.drawArrow(GraphicParameter gp,
double px,
double py,
double angle)
The method
drawArrow draw 2 dimensional arrow. |
Modifier and Type | Method and Description |
---|---|
GraphicParameter |
Tool4Image.getGraphicParameters()
get field: the current graphic parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
Tool4Image.setGraphicParameters(GraphicParameter gp)
The Method
setGraphicParameters sets the graphic parameter object. |