Class BodierMap
java.lang.Object
net.sourceforge.plantuml.cucadiagram.BodierMap
- All Implemented Interfaces:
Bodier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addFieldOrMethod
(java.lang.String s) getBody
(FontParam fontParam, ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype, Style style, FontConfiguration fontConfiguration) static java.lang.String
getLinkedEntry
(java.lang.String s) java.util.List<java.lang.CharSequence>
boolean
hasUrl()
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BodierMap
public BodierMap()
-
-
Method Details
-
muteClassToObject
public void muteClassToObject()- Specified by:
muteClassToObject
in interfaceBodier
-
setLeaf
-
getLinkedEntry
public static java.lang.String getLinkedEntry(java.lang.String s) -
addFieldOrMethod
public boolean addFieldOrMethod(java.lang.String s) - Specified by:
addFieldOrMethod
in interfaceBodier
-
getMethodsToDisplay
- Specified by:
getMethodsToDisplay
in interfaceBodier
-
getFieldsToDisplay
- Specified by:
getFieldsToDisplay
in interfaceBodier
-
hasUrl
public boolean hasUrl() -
getBody
public TextBlock getBody(FontParam fontParam, ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype, Style style, FontConfiguration fontConfiguration) -
getRawBody
public java.util.List<java.lang.CharSequence> getRawBody()- Specified by:
getRawBody
in interfaceBodier
-