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.AssociationNode<T>, DissociationNode<T>, OmittedProcessNode<T>, ProcessNode<T>, SBGNNodeWithCloneMarker<T>, SBGNProcessNode<T>, UncertainProcessNode<T>AbstractSBGNnode, AbstractSBGNNodeWithCloneMarker, AbstractSBGNProcessNode, Compartment, Macromolecule, NucleicAcidFeature, PerturbingAgent, SimpleChemical, SourceSink, UnspecifiedNodepublic interface SBGNNode<T>
| Modifier and Type | Method | 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–2022. All rights reserved.