java.lang.Object
com.saperion.ngc.viewer.virtualviewer.annotation.ini.Component
com.saperion.ngc.viewer.virtualviewer.annotation.ini.elements.Text

public class Text extends Component
Author:
jek
  • Field Details

    • LOGGER

      protected static final com.saperion.common.logging.Logger LOGGER
      Logger.
  • Constructor Details

    • Text

      public Text(Integer x, Integer y, String text, Integer fontHeight)
      Constructor create Text Component.
      Parameters:
      x - x
      y - y
      text - text
      fontHeight - fontHeight
    • Text

      public Text(Node position, String text, Integer fontHeight)
      Instantiates a new text.
      Parameters:
      position - the position
      text - the text
      fontHeight - the font height
  • Method Details