Uses Of Interface ape.ILcdArcBand

Uses of Interfacecom.luciad.shape.ILcdArcBand Packages that use ILcdArcBand Package Description com.luciad.ais.model.sector Provides classes and interfaces for modeling safety altitudes for sectors. com.luciad.ais.shape Everything related to representing three-dimensional shapes that are domain independent. com.luciad.format.nvg.nvg15.model This package contains a domain model to represent an NVG 1.4/1.5 data source. com.luciad.format.nvg.nvg20.model This package contains a domain model to represent an NVG 2.0 data source. com.luciad.format.svg Handles the svg format. com.luciad.shape.shape2D Three-dimensional shapes that can be changed in two dimensions. com.luciad.view.gxy.painter Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
  • Uses of ILcdArcBand in com.luciad.ais.model.sector

    Subinterfaces of ILcdArcBand in com.luciad.ais.model.sector Modifier and Type Interface Description interface ILcdEditableSector This interface is an extension of the ILcdSector interface that allows to change its attributes and geometry. interface ILcdSector Represents a sector with a sector number and altitude. Classes in com.luciad.ais.model.sector that implement ILcdArcBand Modifier and Type Class Description class TLcdFeaturedSector ILcdSector implementation based on ILcdFeatured. class TLcdSector ILcdSector implementation based on ILcdDataObject.
  • Uses of ILcdArcBand in com.luciad.ais.shape

    Classes in com.luciad.ais.shape that implement ILcdArcBand Modifier and Type Class Description class TLcdAISArcBand An generic arc band class that delegates to another ILcd2DEditableArcBand instance.
  • Uses of ILcdArcBand in com.luciad.format.nvg.nvg15.model

    Classes in com.luciad.format.nvg.nvg15.model that implement ILcdArcBand Modifier and Type Class Description class TLcdNVG15ArcBand Implementation of an ILcd2DEditableArcBand that represents an NVG 1.5 ArcBand.
  • Uses of ILcdArcBand in com.luciad.format.nvg.nvg20.model

    Classes in com.luciad.format.nvg.nvg20.model that implement ILcdArcBand Modifier and Type Class Description class TLcdNVG20ArcBandRing Implementation of an ILcd2DEditableArcBand that represents an NVG 2.0 ArcBand Ring.
  • Uses of ILcdArcBand in com.luciad.format.svg

    Methods in com.luciad.format.svg that return ILcdArcBand Modifier and Type Method Description ILcdArcBand ILcdSVGShapeFactory.createArcBand(Attributes aAttributes) Creates a ILcdArcBand form given Attributes. protected ILcdArcBand TLcdSVGUnStyledLonLatShapeFactory.createArcBand(double aX, double aY, double aMinradius, double aMaxradius, double aStartangle, double aEndangle) Methods in com.luciad.format.svg with parameters of type ILcdArcBand Modifier and Type Method Description protected abstract void ALcdSVGShapeWriter.writeArcBand(ILcdArcBand aArcBand, Writer aTarget) Appends an ILcdArcBand to a StringBuffer. protected void TLcdSVGUnStyledShapeWriter.writeArcBand(ILcdArcBand aArcBand, Writer aTarget) protected void TLcdSVGUnStyledShapeWriter.writeArcBandProperties(ILcdArcBand aArcBand, Writer aTarget) Writes the properties specific to an arcband: center (x,y) minimum radius maximum radius start angle end angle .
  • Uses of ILcdArcBand in com.luciad.shape.shape2D

    Subinterfaces of ILcdArcBand in com.luciad.shape.shape2D Modifier and Type Interface Description interface ILcd2DEditableArcBand An ILcd2DEditableArcBand object is an ILcdArcBand that can be changed in two dimensions. Classes in com.luciad.shape.shape2D that implement ILcdArcBand Modifier and Type Class Description class TLcdLonLatArcBand This class provides an implementation of ILcd2DEditableArcBand in the geodetic space. class TLcdXYArcBand This class provides an implementation of ILcd2DEditableArcBand in the cartesian space.
  • Uses of ILcdArcBand in com.luciad.view.gxy.painter

    Methods in com.luciad.view.gxy.painter with parameters of type ILcdArcBand Modifier and Type Method Description protected void TLcdGXYArcBandPainter.boundsOfEditingLabelsSFCT(Graphics aGraphics, ILcdArcBand aArcBand, int aTouchedLocation, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Called by the boundsSFCT method when editing an ILcd2DEditableArcBand. protected void TLcdGXYArcBandPainter.paintEditingLabels(Graphics aGraphics, ILcdArcBand aArcBand, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by the paint method when editing an ILcd2DEditableArcBand.

Từ khóa » Svg G X Y