Package org.freeplane.api
Interface NodeGeometry
- All Superinterfaces:
NodeGeometryRO
- All Known Subinterfaces:
Proxy.NodeGeometry
public interface NodeGeometry extends NodeGeometryRO
- Since:
- 1.8.11
-
Method Summary
Modifier and Type Method Description voidsetHorizontalMargin(Quantity<LengthUnit> length)voidsetIsUniform(boolean isUniform)voidsetShape(NodeShape shape)voidsetVerticalMargin(Quantity<LengthUnit> length)Methods inherited from interface org.freeplane.api.NodeGeometryRO
getHorizontalMargin, getIsUniform, getShape, getVerticalMargin
-
Method Details
-
setShape
-
setHorizontalMargin
-
setVerticalMargin
-
setIsUniform
void setIsUniform(boolean isUniform)
-