Class Spot

java.lang.Object
net.sourceforge.plantuml.wire.Spot

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

    Constructors
    Constructor
    Description
    Spot(WBlock block, HColor color, java.lang.String x, java.lang.String y)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

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

    • Spot

      public Spot(WBlock block, HColor color, java.lang.String x, java.lang.String y)
  • Method Details

    • drawMe

      public void drawMe(UGraphic ug)