net.sourceforge.plantuml.creole
Class SheetBlock2

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

public class SheetBlock2
extends Object
implements TextBlock


Constructor Summary
SheetBlock2(SheetBlock1 block, 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

SheetBlock2

public SheetBlock2(SheetBlock1 block,
                   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.