Uses of Class
com.luciad.format.mif.TLcdMIFModelDescriptor
Packages that use TLcdMIFModelDescriptor
Package
Description
Contains a painter provider and a label painter provider for painting MIF
shapes on a 2D view.
-
Uses of TLcdMIFModelDescriptor in com.luciad.format.mif.gxy
Constructors in com.luciad.format.mif.gxy with parameters of type TLcdMIFModelDescriptorModifierConstructorDescriptionTLcdMIFGXYPainterProvider
(TLcdMIFModelDescriptor aMIFModelDescriptor, boolean aUsePaintCache) Creates a new TLcdMIFGXYPainterProvider based on the given TLcdMIFModelDescriptor.TLcdMIFGXYPainterProvider
(TLcdMIFModelDescriptor aMIFModelDescriptor, boolean aUsePaintCache, TLcdMIFSymbolIconProvider aIconProvider, TLcdMIFPenGXYPainterStyle aPenStyle, TLcdMIFBrushGXYPainterStyle aBrushStyle, TLcdMIFTextGXYFontStyle aTextFontStyle, TLcdMIFTextGXYFillStyle aTextFillStyle) Creates a new TLcdMIFGXYPainterProvider with the given level symbology and color table, and a set of painter styles to specify the drawing style of the ILcdMIFShape objects.