gov.tak.platform.widgets.opengl.GLLinearLayoutWidget@Deprecated public class GLLinearLayoutWidget extends GLLayoutWidget
| Modifier and Type | Field and Description |
|---|---|
protected float |
_childrenHeight
Deprecated.
|
protected float |
_childrenWidth
Deprecated.
|
protected int |
_gravity
Deprecated.
|
protected int |
_orientation
Deprecated.
|
protected LinearLayoutWidget |
_subject
Deprecated.
|
static GLWidgetSpi |
SPI
Deprecated.
|
_backingColor, _ninePatchBG_children| Constructor and Description |
|---|
GLLinearLayoutWidget(LinearLayoutWidget subject,
GLMapView ortho)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawChildren(float xOffset,
float yOffset)
Deprecated.
|
void |
drawWidgetContent()
Deprecated.
Renders the widget content.
|
void |
onWidgetSizeChanged(MapWidget2 w)
Deprecated.
|
drawBacking, onBackingColorChanged, startObserving, stopObservinggetChildren, onWidgetAdded, onWidgetRemoved, releaseWidgetdrawWidgetdrawStateFromFixedPipeline, drawWidget, getSubject, getSurface, getWidgetViewF, getX, getY, onVisibleChanged, onWidgetPointChanged, setX, setY, start, stoppublic static final GLWidgetSpi SPI
protected final LinearLayoutWidget _subject
protected int _orientation
protected int _gravity
protected float _childrenWidth
protected float _childrenHeight
public GLLinearLayoutWidget(LinearLayoutWidget subject, GLMapView ortho)
public void drawWidgetContent()
GLWidgetMust be invoked on GL render thread!
drawWidgetContent in class GLLayoutWidgetprotected void drawChildren(float xOffset,
float yOffset)
public void onWidgetSizeChanged(MapWidget2 w)
onWidgetSizeChanged in interface MapWidget2.OnWidgetSizeChangedListeneronWidgetSizeChanged in class GLWidget2