net.sourceforge.plantuml.asciiart
Class ComponentTextNewpage

java.lang.Object
  extended by net.sourceforge.plantuml.asciiart.AbstractComponentText
      extended by net.sourceforge.plantuml.asciiart.ComponentTextNewpage
All Implemented Interfaces:
Component

public class ComponentTextNewpage
extends AbstractComponentText


Constructor Summary
ComponentTextNewpage(FileFormat fileFormat)
           
 
Method Summary
 void drawU(UGraphic ug, Area area, Context2D context)
           
 double getPreferredHeight(StringBounder stringBounder)
           
 double getPreferredWidth(StringBounder stringBounder)
           
 
Methods inherited from class net.sourceforge.plantuml.asciiart.AbstractComponentText
getPreferredDimension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTextNewpage

public ComponentTextNewpage(FileFormat fileFormat)
Method Detail

drawU

public void drawU(UGraphic ug,
                  Area area,
                  Context2D context)

getPreferredHeight

public double getPreferredHeight(StringBounder stringBounder)

getPreferredWidth

public double getPreferredWidth(StringBounder stringBounder)


Copyright © 2014. All Rights Reserved.