net.sourceforge.plantuml.svek.image
Class EntityImageNoteLink

java.lang.Object
  extended by net.sourceforge.plantuml.svek.image.EntityImageNoteLink
All Implemented Interfaces:
TextBlock, UDrawable, Hideable, IEntityImage, TextBlockBackcolored

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(Display note, HtmlColor htmlColor, ISkinParam skinParam)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 HtmlColor getBackcolor()
           
 ShapeType getShapeType()
           
 int getShield()
           
 List<Url> getUrls()
           
 boolean isHidden()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityImageNoteLink

public EntityImageNoteLink(Display note,
                           HtmlColor htmlColor,
                           ISkinParam skinParam)
Method Detail

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable

getShapeType

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

getBackcolor

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

getShield

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

isHidden

public boolean isHidden()
Specified by:
isHidden in interface Hideable

getUrls

public final List<Url> getUrls()
Specified by:
getUrls in interface TextBlock


Copyright © 2013. All Rights Reserved.