net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Class FloatingNote

java.lang.Object
  extended by net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.FloatingNote
All Implemented Interfaces:
Stencil, TextBlock, UDrawable, UShape

public class FloatingNote
extends Object
implements Stencil, TextBlock


Constructor Summary
FloatingNote(Display note, ISkinParam skinParam)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 double getEndingX(StringBounder stringBounder, double y)
           
 double getStartingX(StringBounder stringBounder, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatingNote

public FloatingNote(Display note,
                    ISkinParam skinParam)
Method Detail

drawU

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

calculateDimension

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

getStartingX

public double getStartingX(StringBounder stringBounder,
                           double y)
Specified by:
getStartingX in interface Stencil

getEndingX

public double getEndingX(StringBounder stringBounder,
                         double y)
Specified by:
getEndingX in interface Stencil


Copyright © 2014. All Rights Reserved.