Uses of Class
gov.nasa.worldwind.render.Offset
-
Packages that use Offset Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.symbology Provides classes for creating and displaying graphics from standard symbol sets.gov.nasa.worldwind.symbology.milstd2525 Tactical graphics and symbols defined by the MIL-STD-2525 symbology set.gov.nasa.worldwind.symbology.milstd2525.graphics gov.nasa.worldwind.symbology.milstd2525.graphics.areas MIL-STD-2525 area graphics.gov.nasa.worldwind.symbology.milstd2525.graphics.lines MIL-STD-2525 line graphics.gov.nasa.worldwind.util.layertree Displays a list of layers usingBasicTree.gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow. -
-
Uses of Offset in gov.nasa.worldwind.ogc.kml.impl
Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type Offset Modifier and Type Method Description static voidKMLExportUtil. exportOffset(javax.xml.stream.XMLStreamWriter xmlWriter, Offset offset, java.lang.String tagName)Export anOffsetas a KML element. -
Uses of Offset in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as Offset Modifier and Type Field Description static OffsetOffset. BOTTOM_CENTERstatic OffsetOffset. CENTERstatic OffsetPointPlacemarkAttributes. DEFAULT_IMAGE_OFFSETThe image offset to use if none specified.static OffsetPointPlacemarkAttributes. DEFAULT_LABEL_OFFSETThe default label offset.protected static OffsetPointPlacemark. DEFAULT_LABEL_OFFSET_IF_UNSPECIFIEDThe label offset to use if none is specified but an image has been specified.static OffsetSurfaceText. DEFAULT_OFFSETDefault offset.protected OffsetPointPlacemarkAttributes. imageOffsetprotected OffsetScreenImage. imageOffsetprotected OffsetPointPlacemarkAttributes. labelOffsetstatic OffsetOffset. LEFT_CENTERprotected OffsetAbstractBrowserBalloon.BrowserControl. offsetprotected OffsetBasicBalloonAttributes. offsetIndicates the location at which the balloon's lower left corner is aligned.protected OffsetSurfaceText. offsetOffset that specifies where to place the text in relation to it's geographic position.static OffsetOffset. RIGHT_CENTERprotected OffsetScreenImage. rotationOffsetprotected OffsetScreenImage. screenOffsetstatic OffsetOffset. TOP_CENTERMethods in gov.nasa.worldwind.render that return Offset Modifier and Type Method Description static OffsetOffset. fromFraction(double xFraction, double yFraction)Creates a new offset from explicit fraction coordinates.OffsetPointPlacemarkAttributes. getImageOffset()Returns the image offset.OffsetScreenImage. getImageOffset()Get the offset of the point on the image to align with the screen offset point.OffsetPointPlacemarkAttributes. getLabelOffset()Returns the label offset.OffsetAbstractBrowserBalloon.BrowserControl. getOffset()OffsetBalloonAttributes. getOffset()Indicates the location relative to the balloon's screen reference point at which the balloon's frame shape is aligned.OffsetBasicBalloonAttributes. getOffset()Indicates the location relative to the balloon's screen reference point at which the balloon's frame shape is aligned.OffsetSurfaceText. getOffset()Returns the text offset.OffsetScreenImage. getRotationOffset()Get the point about which the image is rotated.OffsetScreenImage. getScreenOffset()Get the offset of the point on the screen to align with the image offset point.Methods in gov.nasa.worldwind.render with parameters of type Offset Modifier and Type Method Description AbstractBrowserBalloon.BrowserControlAbstractBrowserBalloon. addBrowserControl(java.lang.String action, Offset offset, Size size, java.lang.Object imageSource)Deprecated.AbstractBrowserBalloon.BrowserControlAbstractBrowserBalloon. addBrowserControl(java.lang.String action, Offset offset, java.lang.Object imageSource)Deprecated.voidPointPlacemarkAttributes. setImageOffset(Offset offset)Specifies a location within the placemark image to align with the placemark point.voidScreenImage. setImageOffset(Offset imageOffset)Set the image offset point.voidPointPlacemarkAttributes. setLabelOffset(Offset offset)Specifies a location relative to the placemark's image at which to align the label.voidAbstractBrowserBalloon.BrowserControl. setOffset(Offset offset)voidBalloonAttributes. setOffset(Offset offset)Specifies a location relative to the balloon's screen reference point at which to align the balloon's frame shape.voidBasicBalloonAttributes. setOffset(Offset offset)Specifies a location relative to the balloon's screen reference point at which to align the balloon's frame shape.voidSurfaceText. setOffset(Offset offset)Specifies a location relative to the label position at which to align the label.voidScreenImage. setRotationOffset(Offset rotationOffset)Set the point on the image about which rotation is performed.voidScreenImage. setScreenOffset(Offset screenOffset)Set the offset of the image relative to the viewport.Constructors in gov.nasa.worldwind.render with parameters of type Offset Constructor Description BrowserControl(java.lang.String action, Offset offset, Size size, java.lang.Object imageSource)BrowserControl(java.lang.String action, Offset offset, java.lang.Object imageSource) -
Uses of Offset in gov.nasa.worldwind.symbology
Fields in gov.nasa.worldwind.symbology declared as Offset Modifier and Type Field Description static OffsetTacticalGraphicLabel. DEFAULT_OFFSETDefault offset.protected OffsetAbstractTacticalSymbol. iconOffsetprotected OffsetAbstractTacticalGraphic. labelOffsetOffset applied to the graphic's main label.protected OffsetAbstractTacticalSymbol. offsetprotected OffsetTacticalGraphicLabel. offsetOffset from the geographic position at which to draw the label.Methods in gov.nasa.worldwind.symbology that return Offset Modifier and Type Method Description protected OffsetAbstractTacticalGraphic. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label.OffsetAbstractTacticalGraphic. getLabelOffset()Indicates an offset used to position the graphic's main label relative to the label's geographic position.OffsetTacticalGraphic. getLabelOffset()Indicates an offset used to position the graphic's main label relative to the label's geographic position.OffsetAbstractTacticalSymbol. getOffset()Indicates a location within the symbol to align with the symbol point.OffsetTacticalGraphicLabel. getOffset()Indicates the offset from the geographic position at which to draw the label.Methods in gov.nasa.worldwind.symbology with parameters of type Offset Modifier and Type Method Description protected voidAbstractTacticalSymbol. addGlyph(DrawContext dc, Offset offset, Offset hotspot, java.lang.String modifierCode, AVList retrieverParams, java.lang.Object layoutMode, AbstractTacticalSymbol.OrderedSymbol osym)protected voidAbstractTacticalSymbol. addGlyph(DrawContext dc, Offset offset, Offset hotspot, java.lang.String modifierCode, AbstractTacticalSymbol.OrderedSymbol osym)protected voidAbstractTacticalSymbol. addLabel(DrawContext dc, Offset offset, Offset hotspot, java.lang.String modifierText, AbstractTacticalSymbol.OrderedSymbol osym)protected voidAbstractTacticalSymbol. addLabel(DrawContext dc, Offset offset, Offset hotspot, java.lang.String modifierText, java.awt.Font font, java.awt.Color color, java.lang.Object layoutMode, AbstractTacticalSymbol.OrderedSymbol osym)protected voidAbstractTacticalSymbol. addLine(DrawContext dc, Offset offset, java.util.List<? extends java.awt.geom.Point2D> points, AbstractTacticalSymbol.OrderedSymbol osym)protected voidAbstractTacticalSymbol. addLine(DrawContext dc, Offset offset, java.util.List<? extends java.awt.geom.Point2D> points, java.lang.Object layoutMode, int numPointsInLayout, AbstractTacticalSymbol.OrderedSymbol osym)protected java.awt.RectangleAbstractTacticalSymbol. layoutLabelRect(Offset offset, Offset hotspot, java.awt.Dimension size, java.lang.Object layoutMode, AbstractTacticalSymbol.OrderedSymbol osym)Layout a label rectangle relative to the current layout.protected java.util.List<? extends java.awt.geom.Point2D>AbstractTacticalSymbol. layoutPoints(Offset offset, java.util.List<? extends java.awt.geom.Point2D> points, java.lang.Object layoutMode, int numPointsInLayout, AbstractTacticalSymbol.OrderedSymbol osym)protected java.awt.RectangleAbstractTacticalSymbol. layoutRect(Offset offset, Offset hotspot, java.awt.Dimension size, java.lang.Object layoutMode, AbstractTacticalSymbol.OrderedSymbol osym)Layout a rectangle relative to the current layout.voidAbstractTacticalGraphic. setLabelOffset(Offset labelOffset)Specifies an offset used to position this graphic's main label relative to the label's geographic position.voidTacticalGraphic. setLabelOffset(Offset offset)Specifies an offset used to position this graphic's main label relative to the label's geographic position.voidAbstractTacticalSymbol. setOffset(Offset offset)Specifies a location within the tactical symbol to align with the symbol point.voidTacticalGraphicLabel. setOffset(Offset offset)Specifies the offset from the geographic position at which to draw the label. -
Uses of Offset in gov.nasa.worldwind.symbology.milstd2525
Fields in gov.nasa.worldwind.symbology.milstd2525 declared as Offset Modifier and Type Field Description protected static OffsetMilStd2525Util. ARCH_DOWN_OFFSETprotected static OffsetMilStd2525Util. ARCH_UP_OFFSETprotected static OffsetMilStd2525Util. CIRCLE_OFFSETprotected static OffsetMilStd2525Util. CLOVER_C2_HQ_OFFSETprotected static OffsetMilStd2525Util. CLOVER_DOWN_OFFSETprotected static OffsetMilStd2525Util. CLOVER_OFFSETprotected static OffsetMilStd2525Util. CLOVER_UP_OFFSETprotected static OffsetMilStd2525Util. DIAMOND_C2_HQ_OFFSETprotected static OffsetMilStd2525Util. DIAMOND_OFFSETprotected static OffsetMilStd2525Util. HAT_DOWN_OFFSETprotected static OffsetMilStd2525Util. HAT_UP_OFFSETOffsetMilStd2525Util.SymbolInfo. iconOffsetOffsetMilStd2525Util.SymbolInfo. offsetprotected static OffsetMilStd2525Util. RECTANGLE_C2_HQ_OFFSETprotected static OffsetMilStd2525Util. RECTANGLE_OFFSETprotected static OffsetMilStd2525Util. SQUARE_C2_HQ_OFFSETprotected static OffsetMilStd2525Util. SQUARE_OFFSETprotected static OffsetMilStd2525Util. TENT_DOWN_OFFSETprotected static OffsetMilStd2525Util. TENT_UP_OFFSETMethods in gov.nasa.worldwind.symbology.milstd2525 that return Offset Modifier and Type Method Description OffsetMilStd2525PointGraphic. getLabelOffset()Indicates an offset used to position the graphic's main label relative to the label's geographic position.OffsetMilStd2525PointGraphic. getOffset()Indicates a location within the symbol to align with the symbol point.Methods in gov.nasa.worldwind.symbology.milstd2525 with parameters of type Offset Modifier and Type Method Description voidMilStd2525PointGraphic. setLabelOffset(Offset offset)Specifies an offset used to position this graphic's main label relative to the label's geographic position.voidMilStd2525PointGraphic. setOffset(Offset offset)Specifies a location within the tactical symbol to align with the symbol point. -
Uses of Offset in gov.nasa.worldwind.symbology.milstd2525.graphics
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics declared as Offset Modifier and Type Field Description protected static OffsetTacticalGraphicSymbol. BELOW_BOTTOM_CENTER_OFFSETprotected static OffsetDefaultOffsets. DEFAULT_OFFSETOffset to align the center of the graphic with the geographic position.protected static OffsetEchelonSymbol. DEFAULT_OFFSETOffsetTacticalGraphicSymbol.OffsetPair. hotSpotOffsetTacticalGraphicSymbol.OffsetPair. offsetstatic OffsetDefaultOffsets. OFFSET_BOTTOM_QUARTEROffset to align a point 25% up from the bottom edge with the geographic position.static OffsetDefaultOffsets. OFFSET_C2GM_GNL_PNT_WPN_DRPPNTOffset for the Drop Point graphic (2.X.2.1.1.3.2).static OffsetDefaultOffsets. OFFSET_MOBSU_OBST_MNE_APMNEOffset for the Antipersonnel (AP) Mines graphic (2.X.3.1.5.5).static OffsetDefaultOffsets. OFFSET_MOBSU_OBST_MNE_ATMAHDOffset for the Antitank Mine with Anti-handling Device graphic (2.X.3.1.5.3).static OffsetDefaultOffsets. OFFSET_MOBSU_OBST_MNE_WAMNEOffset for the Wide Area Mines graphic (2.X.3.1.5.6).static OffsetDefaultOffsets. OFFSET_OTH_HAZ_SMLOffset for the Sea Mine-Like Hazard graphic (2.X.6.2.1).Fields in gov.nasa.worldwind.symbology.milstd2525.graphics with type parameters of type Offset Modifier and Type Field Description protected java.util.Map<java.lang.String,Offset>DefaultOffsets. offsetsMap to store defaults.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics that return Offset Modifier and Type Method Description OffsetDefaultOffsets. get(java.lang.String sidc)Determine the default offset for a graphic.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics with parameters of type Offset Modifier and Type Method Description voidTacticalGraphicSymbol.LabelLayout. add(Offset offset, Offset hotspot)protected voidDefaultLabelLayouts. addLayout(java.util.List<TacticalGraphicSymbol.LabelLayout> layoutList, java.lang.String key, Offset... offsets)Add a layout to a layout map, possibly replacing an existing layout.protected java.util.List<TacticalGraphicSymbol.LabelLayout>DefaultLabelLayouts. createLayout(java.lang.String key, Offset offset, Offset hotspot)Create a simple layout map and populate it with one key value pair.protected voidDefaultOffsets. putAll(Offset value, java.lang.String... keys)Map one value to many keys.Constructors in gov.nasa.worldwind.symbology.milstd2525.graphics with parameters of type Offset Constructor Description OffsetPair(Offset offset, Offset hotSpot) -
Uses of Offset in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas declared as Offset Modifier and Type Field Description static OffsetAirhead. DEFAULT_OFFSETDefault offset to apply to the label.protected static OffsetAviationZone. LABEL_OFFSETCenter text block on label position.protected static OffsetCircularRangeFan. LABEL_OFFSETprotected static OffsetCircularFireSupportArea. LEFT_ALIGN_OFFSETCenter text block on label position when the text is left aligned.protected static OffsetIrregularFireSupportArea. LEFT_ALIGN_OFFSETCenter text block on label position when the text is left aligned.protected static OffsetRectangularFireSupportArea. LEFT_ALIGN_OFFSETCenter text block on label position when the text is left aligned.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return Offset Modifier and Type Method Description protected OffsetAirhead. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label.protected OffsetAviationZone. getDefaultLabelOffset()protected OffsetCircularFireSupportArea. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label.protected OffsetIrregularFireSupportArea. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label.protected OffsetRectangularFireSupportArea. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label. -
Uses of Offset in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines declared as Offset Modifier and Type Field Description protected static OffsetBoundary. BOTTOM_LABEL_OFFSETOffset applied to the graphic's lower label.protected static OffsetFireSupportLine. BOTTOM_LABEL_OFFSETOffset applied to the graphic's lower label.protected static OffsetLinearTarget. BOTTOM_LABEL_OFFSETOffset applied to the graphic's lower label.protected static OffsetRoute. DEFAULT_OFFSETprotected static OffsetDirectionOfAttackForFeint. LABEL_OFFSETOffset applied to the label.protected static OffsetForwardEdgeOfBattleArea. LEFT_CENTERprotected static OffsetForwardEdgeOfBattleArea. RIGHT_CENTERprotected static OffsetBoundary. TOP_LABEL_OFFSETOffset applied to the graphic's upper label.protected static OffsetFireSupportLine. TOP_LABEL_OFFSETOffset applied to the graphic's upper label.protected static OffsetLinearTarget. TOP_LABEL_OFFSETOffset applied to the graphic's upper label.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that return Offset Modifier and Type Method Description protected OffsetBoundary. getBottomLabelOffset()Indicates the offset applied to the lower label.protected OffsetFireSupportLine. getBottomLabelOffset()Indicates the offset applied to the lower label.protected OffsetLinearTarget. getBottomLabelOffset()Indicates the offset applied to the lower label.protected OffsetBoundary. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label.protected OffsetDirectionOfAttackForFeint. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label.protected OffsetFireSupportLine. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label.protected OffsetLinearTarget. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label.protected OffsetMunitionFlightPath. getDefaultLabelOffset()Indicates the default offset applied to the graphic's main label.protected OffsetRoute. getDefaultLabelOffset()protected OffsetBoundary. getTopLabelOffset()Indicates the offset applied to the upper label.protected OffsetFireSupportLine. getTopLabelOffset()Indicates the offset applied to the upper label. -
Uses of Offset in gov.nasa.worldwind.util.layertree
Fields in gov.nasa.worldwind.util.layertree declared as Offset Modifier and Type Field Description protected static OffsetLayerTree. DEFAULT_OFFSETThe default screen location: 20x140 pixels from the upper left screen corner.Methods in gov.nasa.worldwind.util.layertree with parameters of type Offset Modifier and Type Method Description protected TreeLayoutLayerTree. createTreeLayout(Offset offset)Returns a newTreeLayoutsuitable for displaying the layer tree on aWorldWindow.protected voidLayerTree. initialize(LayerTreeModel model, Offset offset)Initializes this tree with the specifiedmodelandoffset.Constructors in gov.nasa.worldwind.util.layertree with parameters of type Offset Constructor Description LayerTree(Offset offset)Creates a newLayerTreewith an emptyLayerTreeModeland the specified screen location.LayerTree(LayerTreeModel model, Offset offset)Creates a newLayerTreewith the specifiedmodeland the specified screen location. -
Uses of Offset in gov.nasa.worldwind.util.tree
Fields in gov.nasa.worldwind.util.tree declared as Offset Modifier and Type Field Description protected OffsetScrollFrame. screenLocationIndicates the location of the upper left corner of the frame.Methods in gov.nasa.worldwind.util.tree that return Offset Modifier and Type Method Description OffsetBasicTreeLayout. getScreenLocation()Get the location of the upper left corner of the tree, measured in screen coordinates with the origin at the upper left corner of the screen.OffsetScrollFrame. getScreenLocation()Get the location of the upper left corner of the tree, measured in screen coordinates with the origin at the upper left corner of the screen.Methods in gov.nasa.worldwind.util.tree with parameters of type Offset Modifier and Type Method Description voidBasicTreeLayout. setScreenLocation(Offset screenLocation)Set the location of the upper left corner of the tree, measured in screen coordinates with the origin at the upper left corner of the screen.voidScrollFrame. setScreenLocation(Offset screenLocation)Set the location of the upper left corner of the tree, measured in screen coordinates with the origin at the upper left corner of the screen.Constructors in gov.nasa.worldwind.util.tree with parameters of type Offset Constructor Description BasicTreeLayout(Tree tree, Offset screenLocation)Create a layout for a tree, at a screen location.ScrollFrame(Offset screenLocation)Create a scroll positioned with an Offset.
-