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 void
addCluster(Cluster current)
void
addLine(SvekEdge line)
java.util.List<Cluster>
allCluster()
java.util.List<SvekEdge>
allLines()
java.util.Collection<SvekNode>
allNodes()
SvekNode
createNode(Entity ent, IEntityImage image, StringBounder stringBounder)
java.util.List<SvekEdge>
getAllLineConnectedTo(Entity leaf)
Cluster
getCluster(Entity ent)
ColorSequence
getColorSequence()
Entity
getLeaf(SvekNode node)
SvekEdge
getLine(Link link)
java.util.Map<java.lang.String,java.lang.Double>
getMaxX()
SvekNode
getNode(Entity ent)
java.lang.String
getNodeUid(Entity ent)
Entity
getOnlyOther(Entity entity)
java.lang.String
getWarningOrError(int warningOrError)
java.util.List<SvekEdge>
lines0()
java.util.List<SvekEdge>
lines1()
-
-
-
Constructor Detail
-
Bibliotekon
public Bibliotekon(java.util.Collection<Link> links)
-
-
Method Detail
-
getColorSequence
public ColorSequence getColorSequence()
-
createNode
public SvekNode createNode(Entity ent, IEntityImage image, StringBounder stringBounder)
-
addLine
public void addLine(SvekEdge 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<SvekEdge> allLines()
-
lines0
public java.util.List<SvekEdge> lines0()
-
lines1
public java.util.List<SvekEdge> lines1()
-
allCluster
public java.util.List<Cluster> allCluster()
-
allNodes
public java.util.Collection<SvekNode> allNodes()
-
-