T - The concrete product type of this node. This can be, for instance, a
String command in some drawing language to actually draw this
node or some kind of node data structure in a graph drawing library
etc.public interface SBGNNode<T>
| Modifier and Type | Method and Description |
|---|---|
T |
draw(double x,
double y,
double z,
double width,
double height,
double depth)
Method for drawing an entity pool node with the specified position and
size of a
BoundingBox |
double |
getLineWidth() |
void |
setLineWidth(double lineWidth) |
T draw(double x, double y, double z, double width, double height, double depth)
BoundingBoxx - coordinate of the point of a BoundingBoxy - coordinate of the point of a BoundingBoxz - coordinate of the point of a BoundingBoxwidth - of a BoundingBoxheight - of a BoundingBoxdepth - of a BoundingBoxdouble getLineWidth()
void setLineWidth(double lineWidth)
lineWidth - the lineWidth to setCopyright © 2009–2020. All rights reserved.