net.sourceforge.plantuml.svek
Class EntityImageNoteLink

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

public class EntityImageNoteLink
extends java.lang.Object
implements IEntityImage


Constructor Summary
EntityImageNoteLink(java.util.List<? extends java.lang.CharSequence> note, HtmlColor htmlColor, ISkinParam skinParam)
           
 
Method Summary
 void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition)
           
 HtmlColor getBackcolor()
           
 java.awt.geom.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(java.util.List<? extends java.lang.CharSequence> note,
                           HtmlColor htmlColor,
                           ISkinParam skinParam)
Method Detail

getDimension

public java.awt.geom.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.