Class BodierLikeClassOrObject
- java.lang.Object
-
- net.sourceforge.plantuml.cucadiagram.BodierLikeClassOrObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addFieldOrMethod(String s)
TextBlock
getBody(FontParam fontParam, ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype, Style style, FontConfiguration fontConfiguration)
Display
getFieldsToDisplay()
Display
getMethodsToDisplay()
List<CharSequence>
getRawBody()
boolean
hasUrl()
void
muteClassToObject()
void
setLeaf(ILeaf leaf)
-
-
-
Method Detail
-
muteClassToObject
public void muteClassToObject()
- Specified by:
muteClassToObject
in interfaceBodier
-
addFieldOrMethod
public boolean addFieldOrMethod(String s)
- Specified by:
addFieldOrMethod
in interfaceBodier
-
getMethodsToDisplay
public Display getMethodsToDisplay()
- Specified by:
getMethodsToDisplay
in interfaceBodier
-
getFieldsToDisplay
public Display getFieldsToDisplay()
- Specified by:
getFieldsToDisplay
in interfaceBodier
-
getBody
public TextBlock getBody(FontParam fontParam, ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype, Style style, FontConfiguration fontConfiguration)
-
getRawBody
public List<CharSequence> getRawBody()
- Specified by:
getRawBody
in interfaceBodier
-
-