All Implemented Interfaces:
Cloneable, DrawOperation

public class Text extends ImageOperation implements DrawOperation
See Also:
  • Constructor Details

    • Text

      public Text()
  • Method Details

    • setString

      public void setString(String str)
      Set the string to be used as text.
      Parameters:
      str - the string to be used.
    • setFont

      public void setFont(String f)
      Set the font to be used to draw the text.
      Parameters:
      f - the font to be used.
    • setPoint

      public void setPoint(String p)
      Set the number of points to be used.
      Parameters:
      p - an integer value as a string.
    • setColor

      public void setColor(String c)
      Set the color of the text.
      Parameters:
      c - the color name.
    • setBold

      public void setBold(boolean state)
      Parameters:
      state - not used at the moment.
      To do:
      is this used?
    • setItalic

      public void setItalic(boolean state)
      Parameters:
      state - not used at the moment.
      To do:
      is this used?
    • executeDrawOperation

      public javax.media.jai.PlanarImage executeDrawOperation()
      Draw the text.
      Specified by:
      executeDrawOperation in interface DrawOperation
      Returns:
      the resultant image.