net.sourceforge.plantuml.salt.element
Class ElementPyramid2

java.lang.Object
  extended by net.sourceforge.plantuml.salt.element.ElementPyramid2
All Implemented Interfaces:
Element

public class ElementPyramid2
extends Object
implements Element


Constructor Summary
ElementPyramid2(Positionner2 positionner, TableStrategy tableStrategy)
           
 
Method Summary
 void drawU(UGraphic ug, double x, double y, int zIndex, Dimension2D dimToUse)
           
 int getNbCols()
           
 int getNbRows()
           
 Dimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementPyramid2

public ElementPyramid2(Positionner2 positionner,
                       TableStrategy tableStrategy)
Method Detail

getPreferredDimension

public Dimension2D getPreferredDimension(StringBounder stringBounder,
                                         double x,
                                         double y)
Specified by:
getPreferredDimension in interface Element

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y,
                  int zIndex,
                  Dimension2D dimToUse)
Specified by:
drawU in interface Element

getNbRows

public final int getNbRows()

getNbCols

public final int getNbCols()


Copyright © 2013. All Rights Reserved.