Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic interface HologramProperties
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key)
Retrieves a property by key from the hologram property map.
|
double |
getOffset()
Retrieves the vertical offset applied to the hologram.
|
HologramType |
getType()
Retrieves the hologram type currently set in the properties.
|
void |
set(String key,
Object value)
Sets or replaces a property value by key in the hologram property map.
|
void |
setOffset(double offset)
Updates the vertical offset for the hologram.
|
void |
setType(HologramType type)
Sets the hologram type and updates the property set accordingly.
|
HologramType getType()
HologramType
void setType(HologramType type)
type - the HologramType to setdouble getOffset()
void setOffset(double offset)
offset - the new offset valueObject get(String key)
key - the property namenull if not presentvoid set(String key,
Object value)
key - the property namevalue - the property value
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy