i-net Clear Reports

com.inet.report.chart.plot
Class PieLegendLayout

java.lang.Object
  extended by com.inet.report.chart.plot.PieLegendLayout
All Implemented Interfaces:
java.io.Serializable

public class PieLegendLayout
extends java.lang.Object
implements java.io.Serializable

This class defines the layout of the pie legend.

Since:
8.0
See Also:
Serialized Form

Field Summary
static PieLegendLayout SHOW_LABEL
          The legend shows only the label, the group value.
static PieLegendLayout SHOW_LABEL_AND_AMOUNT
          The legend shows the label and the amount.
static PieLegendLayout SHOW_LABEL_AND_AMOUNT_AND_PERCENTAGE
          The legend shows the label the amount and the percentage.
static PieLegendLayout SHOW_LABEL_AND_PERCENTAGE
          The legend shows the label and the percentage.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 int hashCode()
          
 java.lang.String toString()
          
 

Field Detail

SHOW_LABEL

public static final PieLegendLayout SHOW_LABEL
The legend shows only the label, the group value.


SHOW_LABEL_AND_AMOUNT

public static final PieLegendLayout SHOW_LABEL_AND_AMOUNT
The legend shows the label and the amount.


SHOW_LABEL_AND_PERCENTAGE

public static final PieLegendLayout SHOW_LABEL_AND_PERCENTAGE
The legend shows the label and the percentage.


SHOW_LABEL_AND_AMOUNT_AND_PERCENTAGE

public static final PieLegendLayout SHOW_LABEL_AND_AMOUNT_AND_PERCENTAGE
The legend shows the label the amount and the percentage.

Method Detail

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH