DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.StackedLineValue
Direct Known Subclasses:
DateTimeStackedLineValue, IndexedStackedLineValue

public class StackedLineValue
extends java.lang.Object

Base class from which date time and indexed stacked line values are derived.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 ValuePositionDataLabel getDataLabel()
          Gets the dataLabel of the stacked line value.
 float getValue()
          Gets the value of the stackedLineValue.
 void setDataLabel(ValuePositionDataLabel dataLabel)
          Sets the dataLabel of the stacked line value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setDataLabel

public void setDataLabel(ValuePositionDataLabel dataLabel)
Sets the dataLabel of the stacked line value.

Parameters:
dataLabel - The dataLabel of the stacked line value.

getDataLabel

public ValuePositionDataLabel getDataLabel()
Gets the dataLabel of the stacked line value.

Returns:
ValuePositionDataLabel The dataLabel of the stacked line value.

getValue

public float getValue()
Gets the value of the stackedLineValue.

Returns:
the float specifying value of the stackedLineValue.

DynamicPDF by ceTe Software

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