net.sourceforge.plantuml.graph
Class MethodsOrFieldsArea

java.lang.Object
  extended by net.sourceforge.plantuml.graph.MethodsOrFieldsArea

public class MethodsOrFieldsArea
extends Object


Constructor Summary
MethodsOrFieldsArea(List<Member> attributes, UFont font)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void draw(UGraphic ug, double x, double y)
           
 void drawTOBEREMOVED(ColorMapper colorMapper, Graphics2D g2d, double x, double y)
           
 VisibilityModifier getVisibilityModifier()
           
 
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> attributes,
                           UFont font)
Method Detail

getVisibilityModifier

public VisibilityModifier getVisibilityModifier()

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)

drawTOBEREMOVED

public void drawTOBEREMOVED(ColorMapper colorMapper,
                            Graphics2D g2d,
                            double x,
                            double y)

draw

public void draw(UGraphic ug,
                 double x,
                 double y)


Copyright © 2011. All Rights Reserved.