Package | Description |
---|---|
gov.nasa.worldwind.render | |
gov.nasa.worldwind.util |
Modifier and Type | Method and Description |
---|---|
protected void |
PointPlacemark.computeImageBounds(DrawContext dc,
PointPlacemark.OrderedPlacemark opm)
Computes the screen-space rectangle bounding the placemark image.
|
protected Vec4 |
PointPlacemark.computeLabelPoint(DrawContext dc,
PointPlacemark.OrderedPlacemark opm)
Computes the screen coordinate (lower-left origin) location of this placemark's label.
|
protected void |
PointPlacemark.computePlacemarkPoints(DrawContext dc,
PointPlacemark.OrderedPlacemark opm)
Computes and stores the placemark's Cartesian location, the Cartesian location of the corresponding point on the
terrain (if the altitude mode requires it), and the screen-space projection of the placemark's point.
|
protected void |
PointPlacemark.doDrawOrderedRenderable(DrawContext dc,
PickSupport pickCandidates,
PointPlacemark.OrderedPlacemark opm)
Draw this placemark as an ordered renderable.
|
protected void |
PointPlacemark.drawLabel(DrawContext dc,
PickSupport pickCandidates,
PointPlacemark.OrderedPlacemark opm)
Draws the placemark's label if a label is specified.
|
protected void |
PointPlacemark.drawLine(DrawContext dc,
PickSupport pickCandidates,
PointPlacemark.OrderedPlacemark opm)
Draws the placemark's line.
|
protected void |
PointPlacemark.drawOrderedRenderable(DrawContext dc,
PointPlacemark.OrderedPlacemark opm)
Draws the path as an ordered renderable.
|
protected void |
PointPlacemark.drawPoint(DrawContext dc,
PickSupport pickCandidates,
PointPlacemark.OrderedPlacemark opm)
Draws the placemark's line.
|
protected java.awt.Rectangle |
PointPlacemark.getLabelBounds(DrawContext dc,
PointPlacemark.OrderedPlacemark opm)
Determines the screen coordinate boundaries of this placemark's label.
|
protected boolean |
PointPlacemark.intersectsFrustum(DrawContext dc,
PointPlacemark.OrderedPlacemark opm)
Determines whether the placemark image intersects the view frustum.
|
protected boolean |
PointPlacemark.isDrawLine(DrawContext dc,
PointPlacemark.OrderedPlacemark opm)
Determines whether the placemark's optional line should be drawn and whether it intersects the view frustum.
|
void |
PointPlacemark.pick(DrawContext dc,
java.awt.Point pickPoint,
PointPlacemark.OrderedPlacemark opm) |
Modifier and Type | Field and Description |
---|---|
protected PointPlacemark.OrderedPlacemark |
PlacemarkClutterFilter.DeclutteredLabel.opm |
Constructor and Description |
---|
DeclutteredLabel(double angle,
PointPlacemark.OrderedPlacemark opm,
java.awt.geom.Rectangle2D region) |