Uses of Class
com.luciad.format.dgn.TLcdDGNLevelSymbology
Package
Description
Handles the dgn format.
Contains a painter provider for painting DGN shapes on a 2D view.
-
Uses of TLcdDGNLevelSymbology in com.luciad.format.dgn
Modifier and TypeMethodDescriptionTLcdDGNModelDescriptor.getDGNLevelSymbology()
Returns the level symbology associated with the DGN model.TLcdDGNReferenceFile.getLevelSymbology()
ModifierConstructorDescriptionTLcdDGNModelDescriptor
(String aSourceName, String aDisplayName, TLcdDGNLevelSymbology aDGNLevelSymbology, TLcdDGNColorTable aDGNColorTable) Creates a new TLcdDGNModelDescriptor with the given properties.TLcdDGNModelDescriptor
(String aSourceName, String aDisplayName, TLcdDGNLevelSymbology aDGNLevelSymbology, TLcdDGNColorTable aDGNColorTable, TLcdDGNReferenceFile[] aDGNReferenceFiles, TLcdDGNTagSet[] aDGNTagSets, boolean aIs3D, boolean aViewLevelSymbology, boolean aViewLineStyles, boolean aViewLineWeights, boolean aViewFill, boolean aViewPatterns, boolean aViewConstructions, boolean aViewDimensions, boolean aViewText, int aPositionalUnitsPerMasterUnit) Creates a new TLcdDGNModelDescriptor with the given properties.TLcdDGNModelDescriptor
(String aSourceName, String aDisplayName, TLcdDGNLevelSymbology aDGNLevelSymbology, TLcdDGNColorTable aDGNColorTable, TLcdDGNReferenceFile[] aDGNReferenceFiles, TLcdDGNTagSet[] aDGNTagSets, ALcdDGNLevelFilter[] aDGNLevelFilters, boolean aIs3D, boolean aViewLevelSymbology, boolean aViewLineStyles, boolean aViewLineWeights, boolean aViewFill, boolean aViewPatterns, boolean aViewConstructions, boolean aViewDimensions, boolean aViewText, int aPositionalUnitsPerMasterUnit) Creates a new TLcdDGNModelDescriptor with the given properties.TLcdDGNReferenceFile
(String aFileSpecification, String aLogicalName, String aDescription, int aFileNumber, long aLevelMask, TLcdDGNLevelSymbology aLevelSymbology, ILcdPoint aReferenceOrigin, ILcdPoint aMasterOrigin, double aRotationAngle, double aConversionFactor, ILcdPointList aClip) -
Uses of TLcdDGNLevelSymbology in com.luciad.format.dgn.gxy
Modifier and TypeMethodDescriptionTLcdDGNGXYFillStyle.getDGNLevelSymbology()
TLcdDGNGXYFontStyle.getDGNLevelSymbology()
TLcdDGNGXYLineStyle.getDGNLevelSymbology()
Modifier and TypeMethodDescriptionvoid
TLcdDGNGXYFillStyle.setDGNLevelSymbology
(TLcdDGNLevelSymbology aDGNLevelSymbology) void
TLcdDGNGXYFontStyle.setDGNLevelSymbology
(TLcdDGNLevelSymbology aDGNLevelSymbology) void
TLcdDGNGXYLineStyle.setDGNLevelSymbology
(TLcdDGNLevelSymbology aDGNLevelSymbology) ModifierConstructorDescriptionTLcdDGNGXYFillStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology) TLcdDGNGXYFillStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, Color aSelectionColor) TLcdDGNGXYFontStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology) TLcdDGNGXYFontStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, Color aSelectionColor) TLcdDGNGXYLineStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology) TLcdDGNGXYLineStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, Color aSelectionColor) TLcdDGNGXYLineStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, Color aSelectionColor, boolean aUseAntiAliasing) TLcdDGNGXYPainterProvider
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, boolean aUsePaintCache) Creates a new TLcdDGNGXYPainterProvider with the given level symbology and color table.TLcdDGNGXYPainterProvider
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, boolean aUsePaintCache, boolean aUseAntiAliasing) Creates a new TLcdDGNGXYPainterProvider with the given level symbology and color table.TLcdDGNGXYPainterProvider
(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.