net.sourceforge.plantuml.svek.image
Class EntityImageClassHeader2

java.lang.Object
  extended by net.sourceforge.plantuml.svek.AbstractEntityImage
      extended by net.sourceforge.plantuml.svek.image.EntityImageClassHeader2
All Implemented Interfaces:
Hideable, IEntityImage

public class EntityImageClassHeader2
extends AbstractEntityImage


Field Summary
 
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
 
Constructor Summary
EntityImageClassHeader2(ILeaf entity, ISkinParam skinParam, PortionShower portionShower)
           
 
Method Summary
 void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition)
           
 void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition, double width, double height)
           
 Dimension2D getDimension(StringBounder stringBounder)
           
 ShapeType getShapeType()
           
 int getShield()
           
 
Methods inherited from class net.sourceforge.plantuml.svek.AbstractEntityImage
getBackcolor, getEntity, getSkinParam, getStereo, isHidden
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityImageClassHeader2

public EntityImageClassHeader2(ILeaf entity,
                               ISkinParam skinParam,
                               PortionShower portionShower)
Method Detail

getDimension

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

drawU

public void drawU(UGraphic ug,
                  double xTheoricalPosition,
                  double yTheoricalPosition)

drawU

public void drawU(UGraphic ug,
                  double xTheoricalPosition,
                  double yTheoricalPosition,
                  double width,
                  double height)

getShapeType

public ShapeType getShapeType()

getShield

public int getShield()


Copyright © 2013. All Rights Reserved.