public class NodeBlock extends ElementBlock
Constructor and Description |
---|
NodeBlock(java.lang.String name,
double height,
double width,
LayoutParameters layoutParameters)
Creates a node block of given size.
|
getBottomHeight, getEdgeBlock1, getEdgeBlock2, getName, getNofLayers, getPositionX, getPositionY, getTopHeight, getWidth, setEdgeBlocks, setPosition, toString
public NodeBlock(java.lang.String name, double height, double width, LayoutParameters layoutParameters)
height
- The height of the node block.width
- The width of the node block.layoutParameters
- Irrelevant.