Class SVGClassBox

  • All Implemented Interfaces:
    SVGPrimitive

    public class SVGClassBox
    extends SVGUnion
    This class shows a simple UML-like class box.

    It consists of the className encapsulated by a box and the body text encapsulated by a box. The size of the boxes are determined by the text, unless specific sizes are given for the main box.

    Do note that both className, bodyText and the custom sizes may be null; in which case this box will not actually render anything.

    Author:
    mhschroe