Uses of Interface
com.luciad.format.dgn.gxy.ILcdDGNGXYFillMode
Packages that use ILcdDGNGXYFillMode
Package
Description
Contains a painter provider for painting DGN shapes on a 2D view.
-
Uses of ILcdDGNGXYFillMode in com.luciad.format.dgn.gxy
Classes in com.luciad.format.dgn.gxy that implement ILcdDGNGXYFillModeModifier and TypeClassDescriptionclassThis interface specifies how a given ILcdDGNShape is painted.Constructors in com.luciad.format.dgn.gxy with parameters of type ILcdDGNGXYFillModeModifierConstructorDescriptionTLcdDGNGXYPainterProvider(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, boolean aUsePaintCache, ILcdDGNGXYFillMode aFillMode, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle, ILcdGXYPainterStyle aFontStyle) Creates a new TLcdDGNGXYPainterProvider with the given level symbology and color table, and a set of painter styles to specify the drawing style of the ILcdDGNShape objects.TLcdDGNGXYPainterProvider(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, boolean aUsePaintCache, ILcdDGNGXYFillMode aFillMode, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle, ILcdGXYPainterStyle aFontStyle, boolean aHandleHoles, boolean aHandleUnfilledHoles) Creates a new TLcdDGNGXYPainterProvider with the given level symbology and color table, and a set of painter styles to specify the drawing style of the ILcdDGNShape objects.