Class Bodier
- java.lang.Object
-
- net.sourceforge.plantuml.cucadiagram.Bodier
-
public class Bodier extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Bodier(LeafType type, java.util.Set<VisibilityModifier> hides)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFieldOrMethod(java.lang.String s, IEntity leaf)TextBlockgetBody(FontParam fontParam, ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype)java.util.List<Member>getFieldsToDisplay()java.util.List<Member>getMethodsToDisplay()java.util.List<java.lang.String>getRawBody()booleanhasUrl()voidmuteClassToObject()voidsetLeaf(ILeaf leaf)
-
-
-
Constructor Detail
-
Bodier
public Bodier(LeafType type, java.util.Set<VisibilityModifier> hides)
-
-
Method Detail
-
muteClassToObject
public void muteClassToObject()
-
setLeaf
public void setLeaf(ILeaf leaf)
-
addFieldOrMethod
public void addFieldOrMethod(java.lang.String s, IEntity leaf)
-
getMethodsToDisplay
public java.util.List<Member> getMethodsToDisplay()
-
getFieldsToDisplay
public java.util.List<Member> getFieldsToDisplay()
-
hasUrl
public boolean hasUrl()
-
getBody
public TextBlock getBody(FontParam fontParam, ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype)
-
getRawBody
public java.util.List<java.lang.String> getRawBody()
-
-