Class UCenteredCharacter

java.lang.Object
net.sourceforge.plantuml.klimt.shape.UCenteredCharacter
All Implemented Interfaces:
UShape

public class UCenteredCharacter extends Object implements UShape
  • Constructor Details

    • UCenteredCharacter

      public UCenteredCharacter(char c, UFont font)
  • Method Details

    • getChar

      public char getChar()
    • getFont

      public UFont getFont()
    • getShapeKind

      public UShapeKind getShapeKind()
      Description copied from interface: UShape
      Which slot of an AbstractUGraphic's driver array this shape is drawn by. Overridden by each of the shapes some driver actually handles (see UShapeKind); everything else is a container or a decoration that never reaches AbstractUGraphic#draw as itself and keeps the default, which no driver is ever registered under.
      Specified by:
      getShapeKind in interface UShape