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, stopObserving
getChildren, onWidgetAdded, onWidgetRemoved, releaseWidget
drawWidget
drawStateFromFixedPipeline, drawWidget, getSubject, getSurface, getWidgetViewF, getX, getY, onVisibleChanged, onWidgetPointChanged, setX, setY, start, stop
public 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()
GLWidget
Must be invoked on GL render thread!
drawWidgetContent
in class GLLayoutWidget
protected void drawChildren(float xOffset, float yOffset)
public void onWidgetSizeChanged(MapWidget2 w)
onWidgetSizeChanged
in interface MapWidget2.OnWidgetSizeChangedListener
onWidgetSizeChanged
in class GLWidget2