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 Link icon

    • TLcdCGMTextStyle Link icon

      public TLcdCGMTextStyle()
    • TLcdCGMTextStyle Link icon

      public TLcdCGMTextStyle(Font aFont, Color aTextColor)
    • TLcdCGMTextStyle Link icon

      public TLcdCGMTextStyle(TLcdCGMTextStyle aTextStyle)
  • Method Details Link icon

    • getTextColor Link icon

      public Color getTextColor()
    • setTextColor Link icon

      public void setTextColor(Color aTextColor)
    • getFont Link icon

      public Font getFont()
    • setFont Link icon

      public void setFont(Font aFont)
    • clone Link icon

      public Object clone()
      Overrides:
      clone in class Object