Class ElementPyramidScrolled
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.AbstractElement
-
- net.sourceforge.plantuml.salt.element.ElementPyramid
-
- net.sourceforge.plantuml.salt.element.ElementPyramidScrolled
-
- All Implemented Interfaces:
Element
public class ElementPyramidScrolled extends ElementPyramid
-
-
Constructor Summary
Constructors Constructor Description ElementPyramidScrolled(Positionner2 positionner, ISkinSimple spriteContainer, ScrollStrategy scrollStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug, int zIndex, Dimension2D dimToUse)
Dimension2D
getPreferredDimension(StringBounder stringBounder, double x, double y)
-
Methods inherited from class net.sourceforge.plantuml.salt.element.ElementPyramid
getNbCols, getNbRows
-
Methods inherited from class net.sourceforge.plantuml.salt.element.AbstractElement
blackBlueTrue, getBlack, getColor88, getColorAA, getColorBB, getColorDD, getColorEE, getWhite
-
-
-
-
Constructor Detail
-
ElementPyramidScrolled
public ElementPyramidScrolled(Positionner2 positionner, ISkinSimple spriteContainer, ScrollStrategy scrollStrategy)
-
-
Method Detail
-
getPreferredDimension
public Dimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
- Specified by:
getPreferredDimension
in interfaceElement
- Overrides:
getPreferredDimension
in classElementPyramid
-
drawU
public void drawU(UGraphic ug, int zIndex, Dimension2D dimToUse)
- Specified by:
drawU
in interfaceElement
- Overrides:
drawU
in classElementPyramid
-
-