net.sourceforge.plantuml.svek
Class Bibliotekon

java.lang.Object
  extended by net.sourceforge.plantuml.svek.Bibliotekon

public class Bibliotekon
extends Object


Constructor Summary
Bibliotekon()
           
 
Method Summary
 void addCluster(Cluster current)
           
 void addLine(Line line)
           
 List<Cluster> allCluster()
           
 List<Line> allLines()
           
 Collection<Shape> allShapes()
           
 List<Line> getAllLineConnectedTo(IEntity leaf)
           
 Cluster getCluster(IGroup ent)
           
 Shape getShape(IEntity ent)
           
 String getShapeUid(ILeaf ent)
           
 String getWarningOrError(int warningOrError)
           
 List<Line> lines0()
           
 List<Line> lines1()
           
 void putShape(ILeaf ent, Shape shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bibliotekon

public Bibliotekon()
Method Detail

putShape

public void putShape(ILeaf ent,
                     Shape shape)

getCluster

public Cluster getCluster(IGroup ent)

addLine

public void addLine(Line line)

addCluster

public void addCluster(Cluster current)

getShape

public Shape getShape(IEntity ent)

getShapeUid

public String getShapeUid(ILeaf ent)

getWarningOrError

public String getWarningOrError(int warningOrError)

allLines

public List<Line> allLines()

lines0

public List<Line> lines0()

lines1

public List<Line> lines1()

allCluster

public List<Cluster> allCluster()

allShapes

public Collection<Shape> allShapes()

getAllLineConnectedTo

public List<Line> getAllLineConnectedTo(IEntity leaf)


Copyright © 2014. All Rights Reserved.