public class BubbleValue
extends java.lang.Object
| Constructor and Description |
|---|
BubbleValue() |
BubbleValue(BubbleValue bubbleValue) |
BubbleValue(float x,
float y,
float z) |
BubbleValue(float x,
float y,
float z,
int color) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
void |
finish() |
int |
getColor() |
int |
getDarkenColor() |
char[] |
getLabel()
Deprecated.
|
char[] |
getLabelAsChars() |
ValueShape |
getShape() |
float |
getX() |
float |
getY() |
float |
getZ() |
int |
hashCode() |
BubbleValue |
set(float x,
float y,
float z) |
BubbleValue |
setColor(int color) |
BubbleValue |
setLabel(char[] label)
Deprecated.
|
BubbleValue |
setLabel(java.lang.String label) |
BubbleValue |
setShape(ValueShape shape) |
BubbleValue |
setTarget(float targetX,
float targetY,
float targetZ)
Set target values that should be reached when data animation finish then call
Chart.startDataAnimation() |
java.lang.String |
toString() |
void |
update(float scale) |
public BubbleValue()
public BubbleValue(float x,
float y,
float z)
public BubbleValue(float x,
float y,
float z,
int color)
public BubbleValue(BubbleValue bubbleValue)
public void update(float scale)
public void finish()
public BubbleValue set(float x, float y, float z)
public BubbleValue setTarget(float targetX, float targetY, float targetZ)
Chart.startDataAnimation()public float getX()
public float getY()
public float getZ()
public int getColor()
public BubbleValue setColor(int color)
public int getDarkenColor()
public ValueShape getShape()
public BubbleValue setShape(ValueShape shape)
@Deprecated public char[] getLabel()
public BubbleValue setLabel(java.lang.String label)
public char[] getLabelAsChars()
@Deprecated public BubbleValue setLabel(char[] label)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object