net.sourceforge.plantuml.cucadiagram
Class BlockMemberImpl

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.BlockMemberImpl
All Implemented Interfaces:
BlockMember

public class BlockMemberImpl
extends Object
implements BlockMember


Constructor Summary
BlockMemberImpl(List<Member> members)
           
 
Method Summary
 TextBlockWidth asTextBlock(FontParam fontParam, ISkinParam skinParam)
           
 List<Member> getAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockMemberImpl

public BlockMemberImpl(List<Member> members)
Method Detail

getAll

public List<Member> getAll()

asTextBlock

public TextBlockWidth asTextBlock(FontParam fontParam,
                                  ISkinParam skinParam)
Specified by:
asTextBlock in interface BlockMember


Copyright © 2012. All Rights Reserved.