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
-
Constructor Summary
ConstructorsConstructorDescriptionElementPyramidScrolled
(Positionner2 positionner, ISkinSimple spriteContainer, ScrollStrategy scrollStrategy) -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawU
(UGraphic ug, int zIndex, XDimension2D dimToUse) 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 Details
-
ElementPyramidScrolled
public ElementPyramidScrolled(Positionner2 positionner, ISkinSimple spriteContainer, ScrollStrategy scrollStrategy)
-
-
Method Details
-
getPreferredDimension
- Specified by:
getPreferredDimension
in interfaceElement
- Overrides:
getPreferredDimension
in classElementPyramid
-
drawU
- Specified by:
drawU
in interfaceElement
- Overrides:
drawU
in classElementPyramid
-