Class UMotif

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

public class UMotif extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    UMotif(int... data)
     
    UMotif(java.lang.String s)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawHorizontal(UGraphic ug, double x, double y, int nb)
     
    void
    drawVertical(UGraphic ug, double x, double y, int nb)
     
    getRectangle(double width, double height)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UMotif

      public UMotif(int... data)
    • UMotif

      public UMotif(java.lang.String s)
  • Method Details

    • 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)