Uses of Class
net.sourceforge.plantuml.hector2.layering.Layer
-
Packages that use Layer Package Description net.sourceforge.plantuml.hector2.graphic net.sourceforge.plantuml.hector2.layering net.sourceforge.plantuml.hector2.mpos -
-
Uses of Layer in net.sourceforge.plantuml.hector2.graphic
Methods in net.sourceforge.plantuml.hector2.graphic with parameters of type Layer Modifier and Type Method Description static java.awt.geom.Dimension2D
Foo1. getMaxCellDimension(StringBounder stringBounder, Layer layer, CucaDiagram diagram)
-
Uses of Layer in net.sourceforge.plantuml.hector2.layering
Methods in net.sourceforge.plantuml.hector2.layering that return Layer Modifier and Type Method Description Layer
Layer. duplicate()
Methods in net.sourceforge.plantuml.hector2.layering that return types with arguments of type Layer Modifier and Type Method Description java.util.List<Layer>
LayerFactory. getLayers(Skeleton skeleton)
-
Uses of Layer in net.sourceforge.plantuml.hector2.mpos
Methods in net.sourceforge.plantuml.hector2.mpos that return Layer Modifier and Type Method Description Layer
MutationLayer. getOriginal()
Layer
MutationLayerMove. getOriginal()
Layer
MutationLayer. mute()
Layer
MutationLayerMove. mute()
Methods in net.sourceforge.plantuml.hector2.mpos that return types with arguments of type Layer Modifier and Type Method Description java.util.List<Layer>
Distribution. getLayers()
Constructors in net.sourceforge.plantuml.hector2.mpos with parameters of type Layer Constructor Description MutationLayerMove(Layer layer, IEntity entity, int newLongitude)
Constructor parameters in net.sourceforge.plantuml.hector2.mpos with type arguments of type Layer Constructor Description Distribution(java.util.List<Layer> layers)
-