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(java.util.Collection<Link> links)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCluster(Cluster current)voidaddLine(SvekLine line)java.util.List<Cluster>allCluster()java.util.List<SvekLine>allLines()java.util.Collection<SvekNode>allNodes()SvekNodecreateNode(Entity ent, IEntityImage image, ColorSequence colorSequence, StringBounder stringBounder)java.util.List<SvekLine>getAllLineConnectedTo(Entity leaf)ClustergetCluster(Entity ent)EntitygetLeaf(SvekNode node)SvekLinegetLine(Link link)java.util.Map<java.lang.String,java.lang.Double>getMaxX()SvekNodegetNode(Entity ent)java.lang.StringgetNodeUid(Entity ent)EntitygetOnlyOther(Entity entity)java.lang.StringgetWarningOrError(int warningOrError)java.util.List<SvekLine>lines0()java.util.List<SvekLine>lines1()
-
-
-
Constructor Detail
-
Bibliotekon
public Bibliotekon(java.util.Collection<Link> links)
-
-
Method Detail
-
createNode
public SvekNode createNode(Entity ent, IEntityImage image, ColorSequence colorSequence, StringBounder stringBounder)
-
addLine
public void addLine(SvekLine line)
-
addCluster
public void addCluster(Cluster current)
-
getNodeUid
public java.lang.String getNodeUid(Entity ent)
-
getWarningOrError
public java.lang.String getWarningOrError(int warningOrError)
-
getMaxX
public java.util.Map<java.lang.String,java.lang.Double> getMaxX()
-
allLines
public java.util.List<SvekLine> allLines()
-
lines0
public java.util.List<SvekLine> lines0()
-
lines1
public java.util.List<SvekLine> lines1()
-
allCluster
public java.util.List<Cluster> allCluster()
-
allNodes
public java.util.Collection<SvekNode> allNodes()
-
-