Interface IEntity
- All Superinterfaces:
Hideable,LineConfigurable,Removeable,SpecificBackcolorable
- All Known Implementing Classes:
EntityImpl,GroupRoot
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddStereotag(Stereotag tag) voidgetCode()getIdent()intgetTips()getUid()getUrl99()booleanhasUrl()booleanbooleanisGroup()voidvoidsetCodeLine(LineLocation codeLine) voidsetDisplay(Display display) voidsetStereostyle(String stereo) voidsetStereotype(Stereotype stereotype) voidvoidsetUSymbol(USymbol symbol) Methods inherited from interface net.sourceforge.plantuml.LineConfigurable
getColors, setSpecificColorTOBEREMOVEDMethods inherited from interface net.sourceforge.plantuml.Removeable
isRemovedMethods inherited from interface net.sourceforge.plantuml.SpecificBackcolorable
getColors, setColors
-
Method Details
-
getCode
Code getCode() -
getCodeGetName
String getCodeGetName() -
getIdent
Ident getIdent() -
getUSymbol
USymbol getUSymbol() -
setUSymbol
-
getLeafType
LeafType getLeafType() -
getDisplay
Display getDisplay() -
getParentContainer
IGroup getParentContainer() -
setDisplay
-
getUid
String getUid() -
getUrl99
Url getUrl99() -
getStereotype
Stereotype getStereotype() -
setStereotype
-
getBodier
Bodier getBodier() -
addUrl
-
isGroup
boolean isGroup() -
hasUrl
boolean hasUrl() -
getRawLayout
int getRawLayout() -
putTip
-
getTips
-
addStereotag
-
stereotags
-
isAloneAndUnlinked
boolean isAloneAndUnlinked() -
setThisIsTogether
void setThisIsTogether() -
getCodeLine
String getCodeLine() -
setCodeLine
-
setStereostyle
-
getStereostyles
Stereostyles getStereostyles()
-