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 void
addCluster(Cluster current)
void
addLine(Line line)
java.util.List<Cluster>
allCluster()
java.util.List<Line>
allLines()
java.util.Collection<Shape>
allShapes()
java.util.List<Line>
getAllLineConnectedTo(IEntity leaf)
Cluster
getCluster(IGroup ent)
ILeaf
getLeaf(Shape shape)
Line
getLine(Link link)
java.util.Map<Code,java.lang.Double>
getMaxX()
IEntity
getOnlyOther(IEntity entity)
Shape
getShape(IEntity ent)
java.lang.String
getShapeUid(ILeaf ent)
java.lang.String
getWarningOrError(int warningOrError)
java.util.List<Line>
lines0()
java.util.List<Line>
lines1()
void
putShape(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()
-
-