Interface ILeaf
- All Superinterfaces:
Hideable
,IEntity
,LineConfigurable
,Removeable
,SpecificBackcolorable
- All Known Implementing Classes:
EntityImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPortShortName
(String portShortName) int
boolean
boolean
isTop()
boolean
muteToType
(LeafType newType, USymbol newSymbol) void
setContainer
(IGroup container) void
setGeneric
(String generic) void
setNearDecoration
(boolean nearDecoration) void
setNeighborhood
(Neighborhood neighborhood) void
setSvekImage
(IEntityImage svekImage) void
setTop
(boolean top) void
setVisibilityModifier
(VisibilityModifier visibility) void
setXposition
(int pos) Methods inherited from interface net.sourceforge.plantuml.cucadiagram.IEntity
addStereotag, addUrl, getBodier, getCode, getCodeGetName, getCodeLine, getDisplay, getIdent, getLeafType, getParentContainer, getRawLayout, getStereostyles, getStereotype, getTips, getUid, getUrl99, getUSymbol, hasUrl, isAloneAndUnlinked, isGroup, putTip, setCodeLine, setDisplay, setStereostyle, setStereotype, setThisIsTogether, setUSymbol, stereotags
Methods inherited from interface net.sourceforge.plantuml.LineConfigurable
getColors, setSpecificColorTOBEREMOVED
Methods inherited from interface net.sourceforge.plantuml.Removeable
isRemoved
Methods inherited from interface net.sourceforge.plantuml.SpecificBackcolorable
getColors, setColors
-
Method Details
-
getEntityPosition
EntityPosition getEntityPosition() -
setContainer
-
isTop
boolean isTop() -
setTop
void setTop(boolean top) -
hasNearDecoration
boolean hasNearDecoration() -
setNearDecoration
void setNearDecoration(boolean nearDecoration) -
getXposition
int getXposition() -
setXposition
void setXposition(int pos) -
getSvekImage
IEntityImage getSvekImage() -
getGeneric
String getGeneric() -
muteToType
-
setGeneric
-
setSvekImage
-
setNeighborhood
-
getNeighborhood
Neighborhood getNeighborhood() -
getPortShortNames
Collection<String> getPortShortNames() -
addPortShortName
-
setVisibilityModifier
-
getVisibilityModifier
VisibilityModifier getVisibilityModifier()
-