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 booleanaddFieldOrMethod(java.lang.String s)TextBlockgetBody(ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype, Style style, FontConfiguration fontConfiguration)DisplaygetFieldsToDisplay()DisplaygetMethodsToDisplay()java.util.List<java.lang.CharSequence>getRawBody()booleanhasUrl()voidmuteClassToObject()voidsetLeaf(Entity leaf)
-
-
-
Method Detail
-
setLeaf
void setLeaf(Entity leaf)
-
getFieldsToDisplay
Display getFieldsToDisplay()
-
getMethodsToDisplay
Display getMethodsToDisplay()
-
addFieldOrMethod
boolean addFieldOrMethod(java.lang.String s) throws NoSuchColorException- Throws:
NoSuchColorException
-
getBody
TextBlock getBody(ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype, Style style, FontConfiguration fontConfiguration)
-
getRawBody
java.util.List<java.lang.CharSequence> getRawBody()
-
muteClassToObject
void muteClassToObject()
-
hasUrl
boolean hasUrl()
-
-