Uses of Class
com.luciad.view.vertical.TLcdVVJPanel
Package
Description
Provides the addon that offers vertical (or profile) views of loaded data.
Contains all classes for terrain elevation analysis.
Visualisation of the third dimension of a list of points.
-
Uses of TLcdVVJPanel in com.luciad.lucy.addons.vertical
Modifier and TypeMethodDescriptionprotected TLcdVVJPanel
TLcyVerticalViewComponentFactory.createVVJPanel()
Creates theTLcdVVJPanel
, the most important component of the vertical view.Modifier and TypeMethodDescriptionprotected void
TLcyVerticalViewComponentFactory.insertVVJPanel
(TLcdVVJPanel aVVJPanel, Container aVerticalViewPanel) Inserts the vertical view into the aVerticalViewPanel. -
Uses of TLcdVVJPanel in com.luciad.tea
Modifier and TypeMethodDescriptionvoid
TLcdVVTerrainProfileRenderer.fillSubProfileStepPolygon
(Graphics aGraphics, TLcdVVJPanel aVView, int aState, int aRenderingMode, int aSubProfileStepIndex, int aSegmentIndex, int aSubProfileIndex, int[] aXArray, int[] aYArray) This method actually paints the terrain profile.void
TLcdVVTerrainProfileRenderer.paintPointLabel
(Graphics aGraphics, TLcdVVJPanel aVView, int aPointIndex, int xPos, int yPos) Paints the labels for the main profile points.void
TLcdVVTerrainProfileRenderer.paintVerticalCursor
(Graphics aGraphics, TLcdVVJPanel aVView, int aCurrentXPosition, int aYOffset, int aHeight, int aLeftPointIndex, int aRightPointIndex, int aMouseY, double aRatio) Paints the vertical cursor. -
Uses of TLcdVVJPanel in com.luciad.view.vertical
Modifier and TypeMethodDescriptionTLcdVVWithControllersJPanel.getVerticalView()
Retrieves the vertical view the panel is controlling.Modifier and TypeMethodDescriptionvoid
ILcdVVRenderer.drawProfileLine
(Graphics aGraphics, TLcdVVJPanel aVV, int aState, int aSegmentIndex, int aX1, int aY1, int aX2, int aY2) Draws the line of the main profile that corresponds to the segment with the given index.void
TLcdDefaultVVRenderer.drawProfileLine
(Graphics aGraphics, TLcdVVJPanel aVV, int aState, int aSegmentIndex, int aX1, int aY1, int aX2, int aY2) void
TLcdDefaultVVRendererJ2D.drawProfileLine
(Graphics aGraphics, TLcdVVJPanel aVV, int aState, int aSegmentIndex, int aX1, int aY1, int aX2, int aY2) void
ILcdVVRenderer.drawSubProfileLine
(Graphics aGraphics, TLcdVVJPanel aVV, int aState, int aRenderingMode, int aSubProfileStepIndex, int aSegmentIndex, int aSubProfileIndex, int aX1, int aY1, int aX2, int aY2) void
TLcdDefaultVVRenderer.drawSubProfileLine
(Graphics aGraphics, TLcdVVJPanel aVV, int aState, int aRenderingMode, int aSubProfileStepIndex, int aSegmentIndex, int aSubProfileIndex, int aX1, int aY1, int aX2, int aY2) void
TLcdDefaultVVRendererJ2D.drawSubProfileLine
(Graphics aGraphics, TLcdVVJPanel aVV, int aState, int aRenderingMode, int aSubProfileStepIndex, int aSegmentIndex, int aSubProfileIndex, int aX1, int aY1, int aX2, int aY2) void
ILcdVVRenderer.fillSubProfileStepPolygon
(Graphics aGraphics, TLcdVVJPanel aVV, int aState, int aRenderingMode, int aSubProfileStepIndex, int aSegmentIndex, int aSubProfileIndex, int[] aXArray, int[] aYArray) void
TLcdDefaultVVRenderer.fillSubProfileStepPolygon
(Graphics aGraphics, TLcdVVJPanel aVV, int aState, int aRenderingMode, int aSubProfileStepIndex, int aSegmentIndex, int aSubProfileIndex, int[] aXArray, int[] aYArray) void
TLcdDefaultVVRendererJ2D.fillSubProfileStepPolygon
(Graphics aGraphics, TLcdVVJPanel aVV, int aState, int aRenderingMode, int aSubProfileStepIndex, int aSegmentIndex, int aSubProfileIndex, int[] aXArray, int[] aYArray) int
ALcdVVXAxisRendererJ2D.getHeight
(Graphics aGraphics, TLcdVVJPanel aVV) int
ILcdVVXAxisRenderer.getHeight
(Graphics aGraphics, TLcdVVJPanel aVV) void
ALcdVVXAxisRendererJ2D.paintOnXAxis
(int[] aXLabelPositionArray, int aStartPointIndex, int aLength, Rectangle aBounds, Graphics aGraphics, TLcdVVJPanel aVV) void
ILcdVVXAxisRenderer.paintOnXAxis
(int[] aXLabelPositionArray, int aStartPointIndex, int aLength, Rectangle aBounds, Graphics aGraphics, TLcdVVJPanel aVV) void
ILcdVVRenderer.paintPointIcon
(Graphics aGraphics, TLcdVVJPanel aVV, int aPointIndex, int aXPosition, Rectangle aBounds) Paints the icon of the point with the given index on the graphics.void
TLcdDefaultVVRenderer.paintPointIcon
(Graphics aGraphics, TLcdVVJPanel aVV, int aPointIndex, int aXPosition, Rectangle aBounds) void
TLcdDefaultVVRendererJ2D.paintPointIcon
(Graphics aGraphics, TLcdVVJPanel aVV, int aPointIndex, int aXPosition, Rectangle aBounds) void
ILcdVVRenderer.paintPointLabel
(Graphics aGraphics, TLcdVVJPanel aVerticalView, int aPointIndex, int aXPos, int aYPos) Used for painting a label when a point is moved over with the mouse.void
TLcdDefaultVVRenderer.paintPointLabel
(Graphics g, TLcdVVJPanel aVerticalView, int aPointIndex, int aXPos, int aYPos) void
TLcdDefaultVVRendererJ2D.paintPointLabel
(Graphics g, TLcdVVJPanel aVerticalView, int aPointIndex, int aXPos, int aYPos) void
ILcdVVRenderer.paintVerticalCursor
(Graphics aGraphics, TLcdVVJPanel aVV, int aCurrentXPosition, int aYOffset, int aHeight, int aLeftPointIndex, int aRightPointIndex, int aMouseY, double aRatio) Paints the VerticalCursor.void
TLcdDefaultVVRenderer.paintVerticalCursor
(Graphics aGraphics, TLcdVVJPanel aVV, int aCurrentXPosition, int aYOffset, int aHeight, int aLeftPointIndex, int aRightPointIndex, int aMouseY, double aPercentage) void
TLcdDefaultVVRendererJ2D.paintVerticalCursor
(Graphics aGraphics, TLcdVVJPanel aVV, int aCurrentXPosition, int aYOffset, int aHeight, int aLeftPointIndex, int aRightPointIndex, int aMouseY, double aPercentage) void
ILcdVVRenderer.paintYAxisParallelLine
(Graphics aGraphics, TLcdVVJPanel aVV, int aPointIndex, int aX, Rectangle aBounds) Paints a vertical line from the point with the given point index on the main profile to the X-axis.void
TLcdDefaultVVRenderer.paintYAxisParallelLine
(Graphics aGraphics, TLcdVVJPanel aVV, int aPointIndex, int aX, Rectangle aBounds) void
TLcdDefaultVVRendererJ2D.paintYAxisParallelLine
(Graphics aGraphics, TLcdVVJPanel aVV, int aPointIndex, int aX, Rectangle aBounds) void
TLcdVVStartEndIndexJSlider.setVerticalView
(TLcdVVJPanel aVV) ModifierConstructorDescriptionTLcdAltitudeRangeSliderAdapter
(TLcdVVJPanel aVVJPanel, TLcdVVAltitudeRangeSliderJPanel aRangeSlider) Deprecated.TLcdVVAltitudeRangeSliderJPanel
(double aMin, double aMax, TLcdVVJPanel aVVJPanel) Creates a new range slider that only covers the passed altitude interval.TLcdVVAltitudeRangeSliderJPanel
(TLcdVVJPanel aVVJPanel) Creates a new range slider that automatically updates its minumum and maximum values.TLcdVVLeftRightOffsetRangeSliderJPanel
(TLcdVVJPanel aVerticalView) TLcdVVStartEndIndexJSlider
(TLcdVVJPanel aVerticalView) Creates a new controller panel containing the given vertical view and all available controllers.TLcdVVWithControllersJPanel
(TLcdVVJPanel aVV, int aOptionCombination) Creates a new controller panel containing the given vertical view and the given controllers.