|
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.Objectnextapp.echo.app.Component
echopoint.internal.AbstractContainer
echopoint.google.chart.internal.AbstractChart<N>
echopoint.google.chart.internal.SimpleChart<Integer>
echopoint.google.chart.VennDiagram
public class VennDiagram
Component wrapper for a Venn Diagram provided by Google Chart API.
The following code shows sample use of this component:
import echopoint.google.chart.VennDiagram;
...
final VennDiagram chart = new VennDiagram();
final VennDiagramModel model = new VennDiagramModel( 100, 80, 60, 30, 30, 30, 10 );
chart.setData( model );
| Field Summary |
|---|
| Fields inherited from class echopoint.google.chart.internal.SimpleChart |
|---|
PROPERTY_LEGEND_POSITION |
| Fields inherited from class echopoint.google.chart.internal.AbstractChart |
|---|
PROPERTY_ALT, PROPERTY_DATA, PROPERTY_FILL, PROPERTY_TITLE |
| Fields inherited from class echopoint.internal.AbstractContainer |
|---|
ACTION_COMMAND_PROPERTY, ACTION_LISTENERS_CHANGED_PROPERTY, INPUT_ACTION, PROPERTY_ALIGNMENT, PROPERTY_BACKGROUND_IMAGE, PROPERTY_BORDER, PROPERTY_HEIGHT, PROPERTY_INSETS, PROPERTY_WIDTH |
| Constructor Summary | |
|---|---|
VennDiagram()
|
|
| Method Summary | |
|---|---|
void |
setData(VennDiagramModel model)
Set the data for the venn diagram using the custom model object. |
| Methods inherited from class echopoint.google.chart.internal.SimpleChart |
|---|
getLegendPosition, setLegendPosition |
| Methods inherited from class echopoint.google.chart.internal.AbstractChart |
|---|
getAlt, getData, getFill, getTitle, isValidChild, setAlt, setData, setData, setFill, setTitle |
| Methods inherited from class echopoint.internal.AbstractContainer |
|---|
addActionListener, fireActionPerformed, getAlignment, getBackgroundImage, getBorder, getHeight, getInsets, getWidth, hasActionListeners, removeActionListener, setAlignment, setBackgroundImage, setBorder, setHeight, setInsets, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VennDiagram()
| Method Detail |
|---|
public void setData(VennDiagramModel model)
model - The model object to use to set the data for the diagram.AbstractChart.setData( ChartData )
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||