net.sourceforge.plantuml.ugraphic
Class UGroupNull

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UGroupNull
All Implemented Interfaces:
UGroup

public class UGroupNull
extends Object
implements UGroup


Constructor Summary
UGroupNull()
           
 
Method Summary
 void centerChar(double x, double y, char c, UFont font)
           
 void close()
           
 void draw(double x, double y, UShape shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UGroupNull

public UGroupNull()
Method Detail

draw

public void draw(double x,
                 double y,
                 UShape shape)
Specified by:
draw in interface UGroup

close

public void close()
Specified by:
close in interface UGroup

centerChar

public void centerChar(double x,
                       double y,
                       char c,
                       UFont font)
Specified by:
centerChar in interface UGroup


Copyright © 2012. All Rights Reserved.