public class PercentageChunk extends Chunk
Modifier and Type | Field and Description |
---|---|
static int |
FLOAT
Represents a float percentage
|
static int |
INT
Represents an int percentage
|
Constructor and Description |
---|
PercentageChunk() |
Modifier and Type | Method and Description |
---|---|
void |
loadData(ChunkChopper chopper)
Gets tye type of percentage, reads it
and sets the value on the chopper using
the id of the current chunk as the key.
|
addSubChunk, getDescription, getName, getSubChunk, initialize, setDescription, setName, toString
public static final int INT
public static final int FLOAT
public void loadData(ChunkChopper chopper)
Copyright © 2000-2016 Microcrowd. All Rights Reserved.