Package com.luciad.format.mif
Interface ILcdMIFSymbol
- All Known Implementing Classes:
TLcdMIFCustomBitmapSymbol
,TLcdMIFMapInfo3Symbol
,TLcdMIFTrueTypeSymbol
public interface ILcdMIFSymbol
This interface represents a MIF symbol resource.
-
Method Summary
-
Method Details
-
getShape
int getShape()Returns the shape of this symbol.- Returns:
- the shape of this symbol.
-
getColor
Color getColor()Returns the color of this symbol.- Returns:
- the color of this symbol.
-
getSize
int getSize()Returns the size of this symbol.- Returns:
- the size of this symbol.
-