Uses of Class
com.luciad.view.TLcdFillStyle
Packages that use TLcdFillStyle
Package
Description
Handles the cgm format.
Contains a painter provider for painting CGM shapes on a 2D view.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Contains a painter provider and a label painter provider for painting MIF
shapes on a 2D view.
General aspects of views.
-
Uses of TLcdFillStyle in com.luciad.format.cgm
Methods in com.luciad.format.cgm that return TLcdFillStyleModifier and TypeMethodDescriptionTLcdCGMArc.getFillStyle()
Returns the fill style of this arc.TLcdCGMCircle.getFillStyle()
TLcdCGMEllipse.getFillStyle()
TLcdCGMPolygon.getFillStyle()
TLcdCGMRectangle.getFillStyle()
Methods in com.luciad.format.cgm with parameters of type TLcdFillStyleModifier and TypeMethodDescriptionvoid
TLcdCGMArc.setFillStyle
(TLcdFillStyle aFillStyle) Sets the fill style of this arc to the given style.void
TLcdCGMCircle.setFillStyle
(TLcdFillStyle aFillStyle) void
TLcdCGMEllipse.setFillStyle
(TLcdFillStyle aFillStyle) void
TLcdCGMPolygon.setFillStyle
(TLcdFillStyle aFillStyle) void
TLcdCGMRectangle.setFillStyle
(TLcdFillStyle aFillStyle) Constructors in com.luciad.format.cgm with parameters of type TLcdFillStyleModifierConstructorDescriptionTLcdCGMCircle
(ILcd2DEditablePoint aCenter, double aRadius, TLcdLineStyle aLineStyle, TLcdFillStyle aFillStyle) TLcdCGMEllipse
(double aCenterX, double aCenterY, double aA, double aB, double aRotAngle, TLcdLineStyle aLineStyle, TLcdFillStyle aFillStyle) TLcdCGMPolygon
(ILcd2DEditablePointList a2DEditablePointList, TLcdLineStyle aLineStyle, TLcdFillStyle aFillStyle) TLcdCGMRectangle
(double aX, double aY, double aWidth, double aHeight, TLcdLineStyle aLineStyle, TLcdFillStyle aFillStyle) -
Uses of TLcdFillStyle in com.luciad.format.cgm.gxy
Methods in com.luciad.format.cgm.gxy that return TLcdFillStyleModifier and TypeMethodDescriptionTLcdCGMFillGXYPainterStyle.getFillStyle()
Returns the fill style objects are filled with. -
Uses of TLcdFillStyle in com.luciad.format.mif
Methods in com.luciad.format.mif that return TLcdFillStyleModifier and TypeMethodDescriptionTLcdMIFRegion.getFillStyle()
Returns the fill style of this region.Methods in com.luciad.format.mif with parameters of type TLcdFillStyleModifier and TypeMethodDescriptionvoid
TLcdMIFRegion.setFillStyle
(TLcdFillStyle aFillStyle) Sets the fill style of this region.Constructors in com.luciad.format.mif with parameters of type TLcdFillStyleModifierConstructorDescriptionTLcdMIFRegion
(short aMIFType, TLcdLineStyle aLineStyle, TLcdFillStyle aFillStyle) Creates a new TLcdMIFRegion object with the given type, line style, and fill style.TLcdMIFRegion
(TLcdLineStyle aLineStyle, TLcdFillStyle aFillStyle) Creates a new TLcdMIFRegion object with the given line style and fill style. -
Uses of TLcdFillStyle in com.luciad.format.mif.gxy
Methods in com.luciad.format.mif.gxy that return TLcdFillStyleModifier and TypeMethodDescriptionTLcdMIFBrushGXYPainterStyle.getFillStyle()
Returns the fill style used to fill MIF objects.Methods in com.luciad.format.mif.gxy with parameters of type TLcdFillStyleModifier and TypeMethodDescriptionvoid
TLcdMIFBrushGXYPainterStyle.setFillStyle
(TLcdFillStyle aFillStyle) Sets the fill style used to fill MIF objects. -
Uses of TLcdFillStyle in com.luciad.view
Constructors in com.luciad.view with parameters of type TLcdFillStyle