net.sourceforge.plantuml.creole
Class CreoleHorizontalLine

java.lang.Object
  extended by net.sourceforge.plantuml.creole.CreoleHorizontalLine

public class CreoleHorizontalLine
extends Object


Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
static CreoleHorizontalLine create(FontConfiguration fontConfiguration, String line, char style, ISkinSimple skinParam)
           
 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
 

Method Detail

create

public static CreoleHorizontalLine create(FontConfiguration fontConfiguration,
                                          String line,
                                          char style,
                                          ISkinSimple skinParam)

drawU

public void drawU(UGraphic ug)

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)

getStartingAltitude

public double getStartingAltitude(StringBounder stringBounder)


Copyright © 2014. All Rights Reserved.