Uses of Interface
com.luciad.gui.ILcdGraphicsSetup
Packages that use ILcdGraphicsSetup
Package
Description
GUI aspects independent of any chosen windows API.
Utilities for making maps.
-
Uses of ILcdGraphicsSetup in com.luciad.gui
Classes in com.luciad.gui that implement ILcdGraphicsSetupModifier and TypeClassDescriptionclassAnILcdGraphicsSetupthat sets the color to a Graphics object. -
Uses of ILcdGraphicsSetup in com.luciad.view.map
Methods in com.luciad.view.map that return ILcdGraphicsSetupModifier 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.Methods in com.luciad.view.map with parameters of type ILcdGraphicsSetupModifier and TypeMethodDescriptionvoidTLcdAzimuthRangeController.setArcLineStyle(ILcdGraphicsSetup aArcLineStyle) Sets the ArcLineStyle attribute of the TLcdAzimuthRangeController object.voidTLcdAzimuthRangeController.setCenterAzimuthLineStyle(ILcdGraphicsSetup aCenterAzimuthLineStyle) Sets the CenterAzimuthLineStyle attribute of the TLcdAzimuthRangeController object.voidTLcdAzimuthRangeController.setFillStyle(ILcdGraphicsSetup aFillStyle) Sets the FillStyle attribute of the TLcdAzimuthRangeController object.voidTLcdAzimuthRangeController.setOuterAzimuthLineStyle(ILcdGraphicsSetup aOuterAzimuthLineStyle) Sets the OuterAzimuthLineStyle attribute of the TLcdAzimuthRangeController object.