Package | Description |
---|---|
org.egothor.core |
This package concentrates the core data objects and interfaces.
|
org.egothor.core.memory |
This package contains an implementation of barrels in memory.
|
org.egothor.dir |
This package defines objects of distributed IR layer.
|
org.egothor.slotter |
This package is responsible for management of arrays of DynStruct
objects.
|
org.egothor.store |
This package contains an implementation of barrels on a hard disk.
|
org.egothor.util |
Modifier and Type | Method and Description |
---|---|
Bitmap |
Barrel.getBitmap(String label)
Return the Bitmap of a given label.
|
Modifier and Type | Method and Description |
---|---|
void |
Barrel.setBitmap(String label,
Bitmap bitmap)
Try to set the Bitmap of a given label.
|
Modifier and Type | Method and Description |
---|---|
Bitmap |
MemoryBarrel.getBitmap(String label) |
Bitmap |
Document.getBitmap(String label) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryBarrel.setBitmap(String label,
Bitmap bitmap) |
void |
Document.setBitmap(String label,
Bitmap bitmap) |
Modifier and Type | Method and Description |
---|---|
Bitmap |
Group.getBitmap(String label) |
Bitmap |
TankerImplSecure.getBitmap(String label) |
Modifier and Type | Method and Description |
---|---|
void |
Group.setBitmap(String label,
Bitmap bitmap) |
void |
TankerImplSecure.setBitmap(String label,
Bitmap bitmap) |
Modifier and Type | Method and Description |
---|---|
Bitmap |
BarrelShadow.getBitmap(String label)
Return the Bitmap of a given label.
|
Modifier and Type | Method and Description |
---|---|
void |
BarrelShadow.setBitmap(String label,
Bitmap bitmap) |
Modifier and Type | Method and Description |
---|---|
Bitmap |
ThickBarrel.getBitmap(String label) |
Modifier and Type | Method and Description |
---|---|
IMetaReader |
Documents.getReader(Bitmap map)
Open this structure for sequential reading.
|
void |
ThickBarrel.setBitmap(String label,
Bitmap value) |
Modifier and Type | Method and Description |
---|---|
Bitmap |
Bitmap.and(Bitmap with) |
Bitmap |
Bitmap.or(Bitmap with) |
Modifier and Type | Method and Description |
---|---|
Bitmap |
Bitmap.and(Bitmap with) |
Bitmap |
Bitmap.or(Bitmap with) |
Constructor and Description |
---|
Bitmap(Bitmap master)
Create a copy of the master.
|
Copyright © 2016 Egothor. All Rights Reserved.