Class TLcdCGMTextStyle

java.lang.Object
com.luciad.format.cgm.TLcdCGMTextStyle
All Implemented Interfaces:
Cloneable

public class TLcdCGMTextStyle extends Object implements Cloneable
This is a utility class that can be used to represent a text style to render text. It includes a color and a font.
  • Constructor Details

    • TLcdCGMTextStyle

      public TLcdCGMTextStyle()
    • TLcdCGMTextStyle

      public TLcdCGMTextStyle(Font aFont, Color aTextColor)
    • TLcdCGMTextStyle

      public TLcdCGMTextStyle(TLcdCGMTextStyle aTextStyle)
  • Method Details

    • getTextColor

      public Color getTextColor()
    • setTextColor

      public void setTextColor(Color aTextColor)
    • getFont

      public Font getFont()
    • setFont

      public void setFont(Font aFont)
    • clone

      public Object clone()
      Overrides:
      clone in class Object