Package com.luciad.view.lightspeed.painter
package com.luciad.view.lightspeed.painter
Painter interfaces and implementations for visualizing objects in an
ILspView
. All Lightspeed painters implement
ILspPainter
. A
painter is invoked by the view using a specific TLspPaintPass
to
which it must adhere. Painters draw into an ILcdGLDrawable
using the
OpenGL API, and must provide a TLspOpenGLProfile
to indicate the
level of OpenGL functionality that they require from the end user system.- Since:
- 2012.0
-
ClassDescriptionInterface for painters that support the use and editing of an
ILspStyler
.Paints a visual representation of an object in a view.