Interface Bodier
-
- All Known Implementing Classes:
BodierJSon
,BodierLikeClassOrObject
,BodierMap
,BodierSimple
public interface Bodier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
addFieldOrMethod(String s)
TextBlock
getBody(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
-
setLeaf
void setLeaf(ILeaf leaf)
-
getFieldsToDisplay
Display getFieldsToDisplay()
-
getMethodsToDisplay
Display getMethodsToDisplay()
-
addFieldOrMethod
boolean addFieldOrMethod(String s) throws NoSuchColorException
- Throws:
NoSuchColorException
-
getBody
TextBlock getBody(ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype, Style style, FontConfiguration fontConfiguration)
-
getRawBody
List<CharSequence> getRawBody()
-
muteClassToObject
void muteClassToObject()
-
hasUrl
boolean hasUrl()
-
-