net.sourceforge.plantuml.svek.image
Class EntityImageNoteLink

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

public class EntityImageNoteLink
extends Object
implements IEntityImage


Field Summary
 
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
 
Constructor Summary
EntityImageNoteLink(List<? extends CharSequence> note, HtmlColor htmlColor, ISkinParam skinParam)
           
 
Method Summary
 void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition)
           
 HtmlColor getBackcolor()
           
 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

EntityImageNoteLink

public EntityImageNoteLink(List<? extends CharSequence> note,
                           HtmlColor htmlColor,
                           ISkinParam skinParam)
Method Detail

getDimension

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

drawU

public void drawU(UGraphic ug,
                  double xTheoricalPosition,
                  double yTheoricalPosition)
Specified by:
drawU in interface IEntityImage

getShapeType

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

getBackcolor

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

getShield

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


Copyright © 2012. All Rights Reserved.