net.sourceforge.plantuml.svek
Class AbstractEntityImage
java.lang.Object
net.sourceforge.plantuml.svek.AbstractEntityImage
- All Implemented Interfaces:
- Hideable, IEntityImage
- Direct Known Subclasses:
- EntityImageActivity, EntityImageActor2, EntityImageArcCircle, EntityImageAssociation, EntityImageAssociationPoint, EntityImageBranch, EntityImageCircleEnd, EntityImageCircleInterface, EntityImageCircleStart, EntityImageClass, EntityImageClassHeader2, EntityImageComponent, EntityImageComponentForDescriptionDiagram, EntityImageEmptyPackage2, EntityImageGroup, EntityImageLollipopInterface, EntityImageNote, EntityImageObject, EntityImagePseudoState, EntityImageState, EntityImageStateBorder, EntityImageSynchroBar, EntityImageUseCase
public abstract class AbstractEntityImage
- extends Object
- implements IEntityImage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEntityImage
public AbstractEntityImage(IEntity entity,
ISkinParam skinParam)
isHidden
public boolean isHidden()
- Specified by:
isHidden
in interface Hideable
getDimension
public abstract Dimension2D getDimension(StringBounder stringBounder)
- Specified by:
getDimension
in interface IEntityImage
getEntity
protected final IEntity getEntity()
getSkinParam
protected final ISkinParam getSkinParam()
getBackcolor
public final HtmlColor getBackcolor()
- Specified by:
getBackcolor
in interface IEntityImage
getStereo
protected final Stereotype getStereo()
Copyright © 2013. All Rights Reserved.