Class TLcdMIFTrueTypeSymbol

java.lang.Object
com.luciad.format.mif.TLcdMIFTrueTypeSymbol
All Implemented Interfaces:
ILcdMIFSymbol

public class TLcdMIFTrueTypeSymbol extends Object implements ILcdMIFSymbol
This ILcdMIFSymbol represents a MIF TrueType symbol resource.
  • Constructor Details

    • TLcdMIFTrueTypeSymbol

      public TLcdMIFTrueTypeSymbol(int aShape, Color aColor, Font aFont, double aRotation)
      Constructs a TLcdMIFTrueTypeSymbol object.
      Parameters:
      aShape - the shape this symbol represents.
      aColor - the Color to use to display this symbol.
      aFont - the font to use to display this symbol.
      aRotation - the angle of rotation of this symbol.
  • Method Details

    • getShape

      public int getShape()
      Description copied from interface: ILcdMIFSymbol
      Returns the shape of this symbol.
      Specified by:
      getShape in interface ILcdMIFSymbol
      Returns:
      the shape of this symbol.
    • getColor

      public Color getColor()
      Description copied from interface: ILcdMIFSymbol
      Returns the color of this symbol.
      Specified by:
      getColor in interface ILcdMIFSymbol
      Returns:
      the color of this symbol.
    • getSize

      public int getSize()
      Description copied from interface: ILcdMIFSymbol
      Returns the size of this symbol.
      Specified by:
      getSize in interface ILcdMIFSymbol
      Returns:
      the size of this symbol.
    • getFont

      public Font getFont()
      Returns the font used to display this symbol.
      Returns:
      the font used to display this symbol.
    • getRotation

      public double getRotation()
      Returns the rotation at which to display the symbol.
      Returns:
      the rotation at which to display the symbol.