Class ElementPyramid
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.AbstractElement
-
- net.sourceforge.plantuml.salt.element.ElementPyramid
-
- All Implemented Interfaces:
Element
- Direct Known Subclasses:
ElementPyramidScrolled
public class ElementPyramid extends AbstractElement
-
-
Constructor Summary
Constructors Constructor Description ElementPyramid(Positionner2 positionner, TableStrategy tableStrategy, java.lang.String title, ISkinSimple spriteContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawU(UGraphic ug, int zIndex, XDimension2D dimToUse)intgetNbCols()intgetNbRows()XDimension2DgetPreferredDimension(StringBounder stringBounder, double x, double y)-
Methods inherited from class net.sourceforge.plantuml.salt.element.AbstractElement
blackBlueTrue, getBlack, getColor88, getColorAA, getColorBB, getColorDD, getColorEE, getWhite
-
-
-
-
Constructor Detail
-
ElementPyramid
public ElementPyramid(Positionner2 positionner, TableStrategy tableStrategy, java.lang.String title, ISkinSimple spriteContainer)
-
-
Method Detail
-
getPreferredDimension
public XDimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
-
drawU
public void drawU(UGraphic ug, int zIndex, XDimension2D dimToUse)
-
getNbRows
public final int getNbRows()
-
getNbCols
public final int getNbCols()
-
-