|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.DataBackgroundShapeDrawType
public final class DataBackgroundShapeDrawType
Title: IJChart
Description: a chart library for the Java(tm) platform.
Describe the type ofIChartShape
drawing on the chart.
Describe the relationship of draw the data background shape and the data shape.
Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static DataBackgroundShapeDrawType |
ALL_BY_ALL
Draw all data item shapes after draw all background shapes. |
static DataBackgroundShapeDrawType |
ONE_BY_ONE
Draw data item shape after draw background shape. |
static DataBackgroundShapeDrawType |
ONE_BY_ROW
Draw one row data item shape after draw background shape. |
static DataBackgroundShapeDrawType |
ONE_BY_TWO_ROW
Draw two rows data item shape after draw background shape. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Override equals method. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Override toString method. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DataBackgroundShapeDrawType ALL_BY_ALL
public static final DataBackgroundShapeDrawType ONE_BY_ONE
public static final DataBackgroundShapeDrawType ONE_BY_ROW
public static final DataBackgroundShapeDrawType ONE_BY_TWO_ROW
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |