net.sourceforge.plantuml.cucadiagram
Class Bodier

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.Bodier

public class Bodier
extends Object


Constructor Summary
Bodier(LeafType type, Set<VisibilityModifier> hides)
           
 
Method Summary
 void addFieldOrMethod(String s)
           
 BlockMember getBodyEnhanced()
           
 List<Member> getFieldsToDisplay()
           
 List<Member> getMethodsToDisplay()
           
 List<Url> getUrls()
           
 boolean isBodyEnhanced()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bodier

public Bodier(LeafType type,
              Set<VisibilityModifier> hides)
Method Detail

addFieldOrMethod

public void addFieldOrMethod(String s)

isBodyEnhanced

public boolean isBodyEnhanced()

getBodyEnhanced

public BlockMember getBodyEnhanced()

getMethodsToDisplay

public List<Member> getMethodsToDisplay()

getFieldsToDisplay

public List<Member> getFieldsToDisplay()

getUrls

public List<Url> getUrls()


Copyright © 2013. All Rights Reserved.