DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.values
Class Stacked100PercentColumnValue

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.Stacked100PercentColumnValue
Direct Known Subclasses:
DateTime100PercentStackedColumnValue, Indexed100PercentStackedColumnValue

public class Stacked100PercentColumnValue
extends java.lang.Object

Represents a 100% Stacked column 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 column value.
 BarColumnPercentageDataLabel getDataLabel()
          Gets the BarColumnPercentageDataLabel object to use for data label of the stacked100Percent column value.
 float getValue()
          Gets the value of the stacked column value.
 void setColor(Color color)
          Sets the Color object to use for the color of the stacked100Percent column value.
 void setDataLabel(BarColumnPercentageDataLabel percentageDataLabel)
          Sets the BarColumnPercentageDataLabel object to use for data label of the stacked100Percent column value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public float getValue()
Gets the value of the stacked column value.

Returns:
the float specifying value of the stacked100Percent column value.

getColor

public Color getColor()
Gets the Color object to use for the color of the stacked100Percent column value.

Returns:
the color of the column value.
See Also:
Color

setColor

public void setColor(Color color)
Sets the Color object to use for the color of the stacked100Percent column value.

Parameters:
color - the color of the coloumn value.
See Also:
Color

getDataLabel

public BarColumnPercentageDataLabel getDataLabel()
Gets the BarColumnPercentageDataLabel object to use for data label of the stacked100Percent column value.

Returns:
the data label.
See Also:
BarColumnPercentageDataLabel

setDataLabel

public void setDataLabel(BarColumnPercentageDataLabel percentageDataLabel)
Sets the BarColumnPercentageDataLabel object to use for data label of the stacked100Percent column value.

Parameters:
percentageDataLabel - the data label of the column value.
See Also:
NOTE:Prior to Version 6.0 DataLabel was of type PercentageDataLabel.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software