|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.charting.values.Stacked100PercentBarValue
public class Stacked100PercentBarValue
Represents a 100% Stacked bar value.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
Color |
getColor()
Gets the Color object to use for the color of the
stacked100Percent bar value. |
BarColumnPercentageDataLabel |
getDataLabel()
Gets the PercentageDataLabel object to use for data label of
the stacked100Percent bar value. |
float |
getValue()
Gets the value of the stacked100Percent bar value. |
void |
setColor(Color color)
Sets the Color object to use for the color of the
stacked100Percent bar value. |
void |
setDataLabel(BarColumnPercentageDataLabel percentageDataLabel)
Sets the BarColumnPercentageDataLabel object to use for data label of
the stacked bar value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getValue()
public Color getColor()
Color
object to use for the color of the
stacked100Percent bar value.
Color
public void setColor(Color color)
Color
object to use for the color of the
stacked100Percent bar value.
color
- the color of the value.Color
public BarColumnPercentageDataLabel getDataLabel()
PercentageDataLabel
object to use for data label of
the stacked100Percent bar value.
PercentageDataLabel
public void setDataLabel(BarColumnPercentageDataLabel percentageDataLabel)
BarColumnPercentageDataLabel
object to use for data label of
the stacked bar value.
percentageDataLabel
- the data label of the bar value.NOTE:Prior to Version 6.0 DataLabel was of type PercentageDataLabel.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |