- java.lang.Object
-
- net.sourceforge.plantuml.nwdiag.Square
-
public class Square extends Object
-
-
Constructor Summary
Constructors Constructor Description Square(String name, Network network, ISkinSimple spriteContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedElement
asTextBlock(Map<Network,String> conns, List<Network> networks)
void
doNotHaveItsOwnColumn()
String
getDescription()
Network
getMainNetwork()
String
getName()
int
getNumCol()
Square
getSameCol()
boolean
hasItsOwnColumn()
void
sameColThan(Square sameCol)
void
setDescription(String description)
void
setNumCol(int j)
void
setShape(String shapeName)
String
toString()
-
-
-
Constructor Detail
-
Square
public Square(String name, Network network, ISkinSimple spriteContainer)
-
-
Method Detail
-
getDescription
public String getDescription()
-
getMainNetwork
public final Network getMainNetwork()
-
setDescription
public void setDescription(String description)
-
getName
public String getName()
-
setShape
public final void setShape(String shapeName)
-
doNotHaveItsOwnColumn
public void doNotHaveItsOwnColumn()
-
hasItsOwnColumn
public final boolean hasItsOwnColumn()
-
sameColThan
public void sameColThan(Square sameCol)
-
getSameCol
public final Square getSameCol()
-
setNumCol
public void setNumCol(int j)
-
getNumCol
public final int getNumCol()
-
-