|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.google.chart.model.VennDiagramModel
public class VennDiagramModel
A simple model object that represents the data for a VennDiagram. This bean is purely for convenience since
the data may be set similar to regular charts.
| Field Summary | |
|---|---|
int |
circleA
The field that represents the value of circle A. |
int |
circleB
The field that represents the value of circle B. |
int |
circleC
The field that represents the value of circle C. |
int |
intersectAB
The field that represents the intersection of circles A and B. |
int |
intersectABC
The field that represents the intersection of circles A, B and C. |
int |
intersectAC
The field that represents the intersection of circles A and C. |
int |
intersectBC
The field that represents the intersection of circles B and C. |
| Constructor Summary | |
|---|---|
VennDiagramModel(int circleA,
int circleB,
int circleC)
Create a new instance for a diagram that has no intersections. |
|
VennDiagramModel(int circleA,
int circleB,
int circleC,
int intersectAB,
int intersectAC,
int intersectBC,
int intersectABC)
Create a new instance for a diagram with the specified values. |
|
| Method Summary | |
|---|---|
int |
getCircleA()
Accessor for property 'circleA'. |
int |
getCircleB()
Accessor for property 'circleB'. |
int |
getCircleC()
Accessor for property 'circleC'. |
int |
getIntersectAB()
Accessor for property 'intersectAB'. |
int |
getIntersectABC()
Accessor for property 'intersectABC'. |
int |
getIntersectAC()
Accessor for property 'intersectAC'. |
int |
getIntersectBC()
Accessor for property 'intersectBC'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int circleA
public final int circleB
public final int circleC
public final int intersectAB
public final int intersectAC
public final int intersectBC
public final int intersectABC
| Constructor Detail |
|---|
public VennDiagramModel(int circleA,
int circleB,
int circleC)
circleA - The circleA value to use.circleB - The circleB value to use.circleC - The circleC value to use.
public VennDiagramModel(int circleA,
int circleB,
int circleC,
int intersectAB,
int intersectAC,
int intersectBC,
int intersectABC)
circleA - The circleA value to use.circleB - The circleB value to use.circleC - The circleC value to use.intersectAB - The intersectAB value to use.intersectAC - The intersectAC value to use.intersectBC - The intersectBC value to use.intersectABC - The intersectABC value to use.| Method Detail |
|---|
public int getCircleA()
public int getCircleB()
public int getCircleC()
public int getIntersectAB()
public int getIntersectAC()
public int getIntersectBC()
public int getIntersectABC()
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||