Interface Bodier
-
- All Known Implementing Classes:
BodierLikeClassOrObject
,BodierMap
,BodierSimple
public interface Bodier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addFieldOrMethod(java.lang.String s)
TextBlock
getBody(FontParam fontParam, ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype, Style style)
Display
getFieldsToDisplay()
Display
getMethodsToDisplay()
java.util.List<java.lang.CharSequence>
getRawBody()
boolean
hasUrl()
void
muteClassToObject()
void
setLeaf(ILeaf leaf)
-
-
-
Method Detail
-
setLeaf
void setLeaf(ILeaf leaf)
-
getFieldsToDisplay
Display getFieldsToDisplay()
-
getMethodsToDisplay
Display getMethodsToDisplay()
-
addFieldOrMethod
void addFieldOrMethod(java.lang.String s) throws NoSuchColorException
- Throws:
NoSuchColorException
-
getBody
TextBlock getBody(FontParam fontParam, ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype, Style style)
-
getRawBody
java.util.List<java.lang.CharSequence> getRawBody()
-
muteClassToObject
void muteClassToObject()
-
hasUrl
boolean hasUrl()
-
-