net.sourceforge.plantuml.ugraphic
Class UMotif

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UMotif

public class UMotif
extends Object


Constructor Summary
UMotif(int... data)
           
UMotif(String s)
           
 
Method Summary
 void drawHorizontal(UGraphic ug, double x, double y, int nb)
           
 void drawVertical(UGraphic ug, double x, double y, int nb)
           
 DotPath getRectangle(double width, double height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMotif

public UMotif(int... data)

UMotif

public UMotif(String s)
Method Detail

getRectangle

public DotPath getRectangle(double width,
                            double height)

drawHorizontal

public void drawHorizontal(UGraphic ug,
                           double x,
                           double y,
                           int nb)

drawVertical

public void drawVertical(UGraphic ug,
                         double x,
                         double y,
                         int nb)


Copyright © 2013. All Rights Reserved.