Package net.sourceforge.plantuml.svek
Class Bibliotekon
- java.lang.Object
-
- net.sourceforge.plantuml.svek.Bibliotekon
-
public class Bibliotekon extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Bibliotekon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCluster(Cluster current)voidaddLine(Line line)java.util.List<Cluster>allCluster()java.util.List<Line>allLines()java.util.Collection<Shape>allShapes()java.util.List<Line>getAllLineConnectedTo(IEntity leaf)ClustergetCluster(IGroup ent)ILeafgetLeaf(Shape shape)LinegetLine(Link link)java.util.Map<Code,java.lang.Double>getMaxX()IEntitygetOnlyOther(IEntity entity)ShapegetShape(IEntity ent)java.lang.StringgetShapeUid(ILeaf ent)java.lang.StringgetWarningOrError(int warningOrError)java.util.List<Line>lines0()java.util.List<Line>lines1()voidputShape(ILeaf ent, Shape shape)
-
-
-
Method Detail
-
addLine
public void addLine(Line line)
-
addCluster
public void addCluster(Cluster current)
-
getShapeUid
public java.lang.String getShapeUid(ILeaf ent)
-
getWarningOrError
public java.lang.String getWarningOrError(int warningOrError)
-
getMaxX
public java.util.Map<Code,java.lang.Double> getMaxX()
-
allLines
public java.util.List<Line> allLines()
-
lines0
public java.util.List<Line> lines0()
-
lines1
public java.util.List<Line> lines1()
-
allCluster
public java.util.List<Cluster> allCluster()
-
allShapes
public java.util.Collection<Shape> allShapes()
-
-