Uses of Class
com.luciad.view.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
Modifier and TypeMethodDescriptionTLcdCGMArc.getFillStyle()
Returns the fill style of this arc.TLcdCGMCircle.getFillStyle()
TLcdCGMEllipse.getFillStyle()
TLcdCGMPolygon.getFillStyle()
TLcdCGMRectangle.getFillStyle()
Modifier 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) ModifierConstructorDescriptionTLcdCGMCircle
(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
Modifier and TypeMethodDescriptionTLcdCGMFillGXYPainterStyle.getFillStyle()
Returns the fill style objects are filled with. -
Uses of TLcdFillStyle in com.luciad.format.mif
Modifier and TypeMethodDescriptionTLcdMIFRegion.getFillStyle()
Returns the fill style of this region.Modifier and TypeMethodDescriptionvoid
TLcdMIFRegion.setFillStyle
(TLcdFillStyle aFillStyle) Sets the fill style of this region.ModifierConstructorDescriptionTLcdMIFRegion
(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
Modifier and TypeMethodDescriptionTLcdMIFBrushGXYPainterStyle.getFillStyle()
Returns the fill style used to fill MIF objects.Modifier and TypeMethodDescriptionvoid
TLcdMIFBrushGXYPainterStyle.setFillStyle
(TLcdFillStyle aFillStyle) Sets the fill style used to fill MIF objects. -
Uses of TLcdFillStyle in com.luciad.view