public interface ServiceLayer
| Modifier and Type | Field and Description |
|---|---|
static int |
LAYER_DISABLED_INVISIBLE |
static int |
LAYER_DISABLED_VISIBLE |
static int |
LAYER_ENABLED_INVISIBLE |
static int |
LAYER_ENABLED_VISIBLE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeDisabled()
DOCUMENT ME!
|
int |
getLayerPosition()
DOCUMENT ME!
|
String |
getName()
DOCUMENT ME!
|
float |
getTranslucency()
Getter for the translucency of this layer.
|
boolean |
isEnabled()
DOCUMENT ME!
|
void |
setEnabled(boolean enabled)
DOCUMENT ME!
|
void |
setLayerPosition(int layerPosition)
DOCUMENT ME!
|
void |
setName(String name)
DOCUMENT ME!
|
void |
setTranslucency(float t)
Setter for the translucency of this layer.
|
static final int LAYER_ENABLED_VISIBLE
static final int LAYER_DISABLED_VISIBLE
static final int LAYER_ENABLED_INVISIBLE
static final int LAYER_DISABLED_INVISIBLE
boolean isEnabled()
void setEnabled(boolean enabled)
enabled - DOCUMENT ME!boolean canBeDisabled()
int getLayerPosition()
void setLayerPosition(int layerPosition)
layerPosition - DOCUMENT ME!float getTranslucency()
1.0 the layer is fully opaque and not
transparent.void setTranslucency(float t)
1.0 as a parameter the layer will become
fully opaque and not transparent.t - the opacity percentage (0.0 <= translucency <= 1.0)String getName()
void setName(String name)
name - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.