Uses of Class
com.luciad.format.dgn.TLcdDGNColorTable
Package
Description
Handles the dgn format.
Contains a painter provider for painting DGN shapes on a 2D view.
-
Uses of TLcdDGNColorTable in com.luciad.format.dgn
Modifier and TypeMethodDescriptionTLcdDGNModelDescriptor.getDGNColorTable()
Returns the color table associated with the DGN model.Modifier and TypeMethodDescriptionTLcdDGNDisplayInfo.getColor
(TLcdDGNColorTable aColorTable) Returns the line color that should be used to draw this element.TLcdDGNLevelSymbology.getColor
(TLcdDGNDisplayInfo aDisplayInfo, TLcdDGNColorTable aColorTable) Deprecated.TLcdDGNLevelSymbology.getColor
(TLcdDGNDisplayInfo aDisplayInfo, TLcdDGNColorTable aColorTable, Color aBackgroundColor) Retrieve the color for a particular element based on the styling priorities defined by MicroStation.TLcdDGNLevel.getElementColor
(TLcdDGNColorTable aColorTable) Returns the element color of the elements on this level, which is used to display the elements that have the 'bylevel' color value.TLcdDGNLevelSymbology.getElementColor
(int aLevelIndex, TLcdDGNColorTable aColorTable) Returns the element color of the elements on the given level, which is used to display the elements that have the 'bylevel' color value.TLcdDGNDisplayInfo.getFillColor
(TLcdDGNColorTable aColorTable) Returns the fill color that should be used to draw this element.TLcdDGNLevelSymbology.getFillColor
(TLcdDGNDisplayInfo aDisplayInfo, TLcdDGNColorTable aColorTable) Deprecated.TLcdDGNLevelSymbology.getFillColor
(TLcdDGNDisplayInfo aDisplayInfo, TLcdDGNColorTable aColorTable, Color aBackgroundColor) Retrieve the fill color for a particular element based on the styling priorities defined by MicroStation.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. -
Uses of TLcdDGNColorTable in com.luciad.format.dgn.gxy
Modifier and TypeMethodDescriptionTLcdDGNGXYFillStyle.getDGNColorTable()
TLcdDGNGXYFontStyle.getDGNColorTable()
TLcdDGNGXYLineStyle.getDGNColorTable()
Modifier and TypeMethodDescriptionvoid
TLcdDGNGXYFillStyle.setDGNColorTable
(TLcdDGNColorTable aDGNColorTable) void
TLcdDGNGXYFontStyle.setDGNColorTable
(TLcdDGNColorTable aDGNColorTable) void
TLcdDGNGXYLineStyle.setDGNColorTable
(TLcdDGNColorTable aDGNColorTable) ModifierConstructorDescriptionTLcdDGNGXYFillStyle
(TLcdDGNColorTable aDGNColorTable) TLcdDGNGXYFillStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology) TLcdDGNGXYFillStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, Color aSelectionColor) TLcdDGNGXYFontStyle
(TLcdDGNColorTable aDGNColorTable) TLcdDGNGXYFontStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology) TLcdDGNGXYFontStyle
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, Color aSelectionColor) TLcdDGNGXYLineStyle
(TLcdDGNColorTable aDGNColorTable) 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.
TLcdDGNLevelSymbology.getColor(TLcdDGNDisplayInfo, TLcdDGNColorTable, java.awt.Color)
instead