Class UComment

java.lang.Object
net.sourceforge.plantuml.ugraphic.UComment
All Implemented Interfaces:
UShape

public class UComment extends java.lang.Object implements UShape
  • Constructor Summary

    Constructors
    Constructor
    Description
    UComment(java.lang.String comment)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
     

    Methods inherited from class java.lang.Object

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

    • UComment

      public UComment(java.lang.String comment)
  • Method Details

    • getComment

      public java.lang.String getComment()