net.sourceforge.plantuml.creole
Class SheetBlock

java.lang.Object
  extended by net.sourceforge.plantuml.creole.SheetBlock
All Implemented Interfaces:
TextBlock, UDrawable

public class SheetBlock
extends Object
implements TextBlock


Constructor Summary
SheetBlock(Sheet sheet, Stencil stencil, UStroke defaultStroke)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 double getStartingAltitude(StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SheetBlock

public SheetBlock(Sheet sheet,
                  Stencil stencil,
                  UStroke defaultStroke)
Method Detail

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable

getStartingAltitude

public double getStartingAltitude(StringBounder stringBounder)


Copyright © 2014. All Rights Reserved.