Uses of Interface
com.luciad.gui.ILcdGraphicsSetup
Package
Description
GUI aspects independent of any chosen windows API.
Utilities for making maps.
-
Uses of ILcdGraphicsSetup in com.luciad.gui
Modifier and TypeClassDescriptionclass
AnILcdGraphicsSetup
that sets the color to a Graphics object. -
Uses of ILcdGraphicsSetup in com.luciad.view.map
Modifier and TypeMethodDescriptionTLcdAzimuthRangeController.getArcLineStyle()
Gets the ArcLineStyle attribute of the TLcdAzimuthRangeController object.TLcdAzimuthRangeController.getCenterAzimuthLineStyle()
Gets the CenterAzimuthLineStyle attribute of the TLcdAzimuthRangeController object.TLcdAzimuthRangeController.getFillStyle()
Gets the FillStyle attribute of the TLcdAzimuthRangeController object.TLcdAzimuthRangeController.getOuterAzimuthLineStyle()
Gets the OuterAzimuthLineStyle attribute of the TLcdAzimuthRangeController object.Modifier and TypeMethodDescriptionvoid
TLcdAzimuthRangeController.setArcLineStyle
(ILcdGraphicsSetup aArcLineStyle) Sets the ArcLineStyle attribute of the TLcdAzimuthRangeController object.void
TLcdAzimuthRangeController.setCenterAzimuthLineStyle
(ILcdGraphicsSetup aCenterAzimuthLineStyle) Sets the CenterAzimuthLineStyle attribute of the TLcdAzimuthRangeController object.void
TLcdAzimuthRangeController.setFillStyle
(ILcdGraphicsSetup aFillStyle) Sets the FillStyle attribute of the TLcdAzimuthRangeController object.void
TLcdAzimuthRangeController.setOuterAzimuthLineStyle
(ILcdGraphicsSetup aOuterAzimuthLineStyle) Sets the OuterAzimuthLineStyle attribute of the TLcdAzimuthRangeController object.