net.sourceforge.plantuml.ugraphic
Class AbstractUGraphicHorizontalLine

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.AbstractUGraphicHorizontalLine
All Implemented Interfaces:
UGraphic
Direct Known Subclasses:
UGraphicHorizontalLine

public abstract class AbstractUGraphicHorizontalLine
extends Object
implements UGraphic


Constructor Summary
protected AbstractUGraphicHorizontalLine(UGraphic ug)
           
 
Method Summary
 UGraphic apply(UChange change)
           
 void closeAction()
           
protected abstract  AbstractUGraphicHorizontalLine copy(UGraphic ug)
           
 void draw(UShape shape)
           
protected abstract  void drawHline(UGraphic ug, UHorizontalLine line, UTranslate translate)
           
 ColorMapper getColorMapper()
           
 UParam getParam()
           
 StringBounder getStringBounder()
           
 void startUrl(Url url)
           
 void writeImage(OutputStream os, String metadata, int dpi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUGraphicHorizontalLine

protected AbstractUGraphicHorizontalLine(UGraphic ug)
Method Detail

apply

public UGraphic apply(UChange change)
Specified by:
apply in interface UGraphic

copy

protected abstract AbstractUGraphicHorizontalLine copy(UGraphic ug)

getStringBounder

public StringBounder getStringBounder()
Specified by:
getStringBounder in interface UGraphic

getParam

public UParam getParam()
Specified by:
getParam in interface UGraphic

drawHline

protected abstract void drawHline(UGraphic ug,
                                  UHorizontalLine line,
                                  UTranslate translate)

draw

public void draw(UShape shape)
Specified by:
draw in interface UGraphic

getColorMapper

public ColorMapper getColorMapper()
Specified by:
getColorMapper in interface UGraphic

startUrl

public void startUrl(Url url)
Specified by:
startUrl in interface UGraphic

closeAction

public void closeAction()
Specified by:
closeAction in interface UGraphic

writeImage

public void writeImage(OutputStream os,
                       String metadata,
                       int dpi)
                throws IOException
Specified by:
writeImage in interface UGraphic
Throws:
IOException


Copyright © 2013. All Rights Reserved.