Class PSystemOpenIconic
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.openiconic.PSystemOpenIconic
-
- All Implemented Interfaces:
Diagram
public class PSystemOpenIconic extends PlainDiagram
-
-
Constructor Summary
Constructors Constructor Description PSystemOpenIconic(UmlSource source, String iconName, double factor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClockwiseTopRightBottomLeft
getDefaultMargins()
DiagramDescription
getDescription()
protected UDrawable
getRootDrawable(FileFormatOption fileFormatOption)
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Method Detail
-
getRootDrawable
protected UDrawable getRootDrawable(FileFormatOption fileFormatOption)
- Specified by:
getRootDrawable
in classPlainDiagram
-
getDescription
public DiagramDescription getDescription()
-
getDefaultMargins
public ClockwiseTopRightBottomLeft getDefaultMargins()
- Overrides:
getDefaultMargins
in classAbstractPSystem
-
-