net.sourceforge.plantuml.svek
Class DecorateEntityImage

java.lang.Object
  extended by net.sourceforge.plantuml.svek.DecorateEntityImage
All Implemented Interfaces:
IEntityImage

public class DecorateEntityImage
extends Object
implements IEntityImage


Constructor Summary
DecorateEntityImage(IEntityImage original, TextBlock text, HorizontalAlignement horizontal)
           
DecorateEntityImage(IEntityImage original, TextBlock text1, HorizontalAlignement horizontal1, TextBlock text2, HorizontalAlignement horizontal2)
           
 
Method Summary
 void drawU(UGraphic ug, double x, double y)
           
 HtmlColor getBackcolor()
           
 double getDeltaX()
           
 double getDeltaY()
           
 Dimension2D getDimension(StringBounder stringBounder)
           
 ShapeType getShapeType()
           
 int getShield()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecorateEntityImage

public DecorateEntityImage(IEntityImage original,
                           TextBlock text,
                           HorizontalAlignement horizontal)

DecorateEntityImage

public DecorateEntityImage(IEntityImage original,
                           TextBlock text1,
                           HorizontalAlignement horizontal1,
                           TextBlock text2,
                           HorizontalAlignement horizontal2)
Method Detail

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y)
Specified by:
drawU in interface IEntityImage

getBackcolor

public HtmlColor getBackcolor()
Specified by:
getBackcolor in interface IEntityImage

getDimension

public Dimension2D getDimension(StringBounder stringBounder)
Specified by:
getDimension in interface IEntityImage

getShapeType

public ShapeType getShapeType()
Specified by:
getShapeType in interface IEntityImage

getShield

public int getShield()
Specified by:
getShield in interface IEntityImage

getDeltaX

public final double getDeltaX()

getDeltaY

public final double getDeltaY()


Copyright © 2012. All Rights Reserved.