net.sourceforge.plantuml.posimo
Class EntityImageBlock

java.lang.Object
  extended by net.sourceforge.plantuml.posimo.EntityImageBlock
All Implemented Interfaces:
IEntityImageBlock

public class EntityImageBlock
extends java.lang.Object
implements IEntityImageBlock


Constructor Summary
EntityImageBlock(IEntity entity, Rose rose, ISkinParam param, java.util.Collection<Link> links, FontParam titleParam)
           
 
Method Summary
 void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition, double marginWidth, double marginHeight)
           
 java.awt.geom.Dimension2D getDimension(StringBounder stringBounder)
           
 ShapeType getShapeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityImageBlock

public EntityImageBlock(IEntity entity,
                        Rose rose,
                        ISkinParam param,
                        java.util.Collection<Link> links,
                        FontParam titleParam)
Method Detail

getDimension

public java.awt.geom.Dimension2D getDimension(StringBounder stringBounder)
Specified by:
getDimension in interface IEntityImageBlock

drawU

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

getShapeType

public ShapeType getShapeType()


Copyright © 2011. All Rights Reserved.