|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.datamodel.BitmaskOverlayInfo
RasterDataNode.getOverlayMaskGroup() instead.
@Deprecated public class BitmaskOverlayInfo
The BitmaskOverlayInfo class manages a list of s.
BitmaskDef
| Constructor Summary | |
|---|---|
BitmaskOverlayInfo()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addBitmaskDef(BitmaskDef bitmaskDef)
Deprecated. |
boolean |
containsBitmaskDef(BitmaskDef bitmaskDef)
Deprecated. |
boolean |
containsBitmaskDef(String bitmaskName)
Deprecated. |
void |
dispose()
Deprecated. |
BitmaskDef[] |
getBitmaskDefs()
Deprecated. |
void |
removeBitmaskDef(BitmaskDef bitmaskDef)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitmaskOverlayInfo()
| Method Detail |
|---|
@Deprecated public void addBitmaskDef(BitmaskDef bitmaskDef)
@Deprecated public void removeBitmaskDef(BitmaskDef bitmaskDef)
@Deprecated public BitmaskDef[] getBitmaskDefs()
null.
@Deprecated public boolean containsBitmaskDef(BitmaskDef bitmaskDef)
bitmaskDef - the bitmask definition
true if the given bitmask def is contained in this bitmask overlay info, otherwise
false@Deprecated public boolean containsBitmaskDef(String bitmaskName)
bitmaskName - the bitmask name
true if a bitmask with the given name is contained in this bitmask overlay info, otherwise
false@Deprecated public void dispose()
This method should be called only if it is for sure that this object instance will never be used again. The
results of referencing an instance of this class after a call to dispose() are undefined.
Overrides of this method should always call super.dispose(); after disposing this instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||