Package net.sourceforge.plantuml.baraye
Interface ILeaf
- All Superinterfaces:
Hideable
,IEntity
,LineConfigurable
,Removeable
,SpecificBackcolorable
- All Known Implementing Classes:
EntityImp
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPortShortName
(String portShortName) int
boolean
isStatic()
boolean
muteToType
(LeafType newType, USymbol newSymbol) void
setContainer
(IGroup container) void
setGeneric
(String generic) void
setNeighborhood
(Neighborhood neighborhood) void
setStatic
(boolean isStatic) void
setSvekImage
(IEntityImage svekImage) void
setTogether
(Together together) void
setVisibilityModifier
(VisibilityModifier visibility) void
setXposition
(int pos) Methods inherited from interface net.sourceforge.plantuml.baraye.IEntity
addNote, addStereotag, addUrl, getBodier, getCode, getCodeGetName, getCodeLine, getDisplay, getEntityPosition, getIdent, getLeafType, getNotes, getParentContainer, getRawLayout, getStereostyles, getStereotype, getTips, getUid, getUrl99, getUSymbol, hasUrl, isAloneAndUnlinked, isGroup, putTip, setCodeLine, setDisplay, setStereostyle, setStereotype, 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
-
setContainer
-
getMargins
Margins getMargins() -
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() -
setStatic
void setStatic(boolean isStatic) -
isStatic
boolean isStatic() -
getTogether
Together getTogether() -
setTogether
-