net.sourceforge.plantuml.cucadiagram
Class MethodsOrFieldsArea

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.MethodsOrFieldsArea
All Implemented Interfaces:
TextBlockWidth

public class MethodsOrFieldsArea
extends Object
implements TextBlockWidth


Constructor Summary
MethodsOrFieldsArea(List<Member> members, FontParam fontParam, ISkinParam skinParam)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug, double x, double y, double widthToUse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodsOrFieldsArea

public MethodsOrFieldsArea(List<Member> members,
                           FontParam fontParam,
                           ISkinParam skinParam)
Method Detail

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlockWidth

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y,
                  double widthToUse)
Specified by:
drawU in interface TextBlockWidth


Copyright © 2012. All Rights Reserved.