Uses of Class
com.luciad.view.TLcdLineStyle
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 TLcdLineStyle in com.luciad.format.cgm
Modifier and TypeMethodDescriptionTLcdCGMArc.getLineStyle()
Returns the line style of this arc.TLcdCGMCircle.getLineStyle()
TLcdCGMEllipse.getLineStyle()
TLcdCGMPolygon.getLineStyle()
TLcdCGMPolyline.getLineStyle()
TLcdCGMRectangle.getLineStyle()
Modifier and TypeMethodDescriptionvoid
TLcdCGMArc.setLineStyle
(TLcdLineStyle aLineStyle) Sets the line style of this arc to the given style.void
TLcdCGMCircle.setLineStyle
(TLcdLineStyle aLineStyle) void
TLcdCGMEllipse.setLineStyle
(TLcdLineStyle aLineStyle) void
TLcdCGMPolygon.setLineStyle
(TLcdLineStyle aLineStyle) void
TLcdCGMPolyline.setLineStyle
(TLcdLineStyle aLineStyle) void
TLcdCGMRectangle.setLineStyle
(TLcdLineStyle aLineStyle) ModifierConstructorDescriptionTLcdCGMArc
(double aCenterX, double aCenterY, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle, TLcdLineStyle aLineStyle) TLcdCGMCircle
(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) TLcdCGMPolyline
(ILcd2DEditablePointList aILcd2DEditablePointList, TLcdLineStyle aLineStyle) TLcdCGMRectangle
(double aX, double aY, double aWidth, double aHeight, TLcdLineStyle aLineStyle, TLcdFillStyle aFillStyle) -
Uses of TLcdLineStyle in com.luciad.format.cgm.gxy
Modifier and TypeMethodDescriptionTLcdCGMLineGXYPainterStyle.getLineStyle()
Returns the line style used to paint objects. -
Uses of TLcdLineStyle in com.luciad.format.mif
Modifier and TypeMethodDescriptionTLcdMIFPLine.getLineStyle()
Returns the line style.TLcdMIFRegion.getLineStyle()
Returns the line style of this region's edges.Modifier and TypeMethodDescriptionvoid
TLcdMIFPLine.setLineStyle
(TLcdLineStyle aLineStyle) Sets the line style.void
TLcdMIFRegion.setLineStyle
(TLcdLineStyle aLineStyle) Sets the line style of this region's edges.ModifierConstructorDescriptionTLcdMIFPLine
(short aMIFType, TLcdLineStyle aLineStyle) Creates a new TLcdMIFPLine object with the given type and the given line style.TLcdMIFPLine
(TLcdLineStyle aLineStyle) Creates a new TLcdMIFPLine with the given line style.TLcdMIFRegion
(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 TLcdLineStyle in com.luciad.format.mif.gxy
Modifier and TypeMethodDescriptionTLcdMIFPenGXYPainterStyle.getLineStyle()
Returns the line style used to paint objects.Modifier and TypeMethodDescriptionvoid
TLcdMIFPenGXYPainterStyle.setLineStyle
(TLcdLineStyle aLineStyle) Sets the line style used to paint objects. -
Uses of TLcdLineStyle in com.luciad.view