|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
net.sourceforge.pavlov.pluglets.feedback.AbstractFeedbackPluglet
net.sourceforge.pavlov.pluglets.feedback.charts.JChartFeedbackPluglet
public abstract class JChartFeedbackPluglet
A base class for FeedbackPluglets that use JCharts.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected JMenuBar |
foo
This pluglet's JMenuBar. |
protected HelpSystem |
help
This pluglet's HelpSystem. |
| Fields inherited from class net.sourceforge.pavlov.pluglets.feedback.AbstractFeedbackPluglet |
|---|
rb |
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
JChartFeedbackPluglet()
Creates a new JChartFeedbackPluglet instance. |
|
| Method Summary | |
|---|---|
abstract String |
getChartTitle()
Describe getChartTitle method here. |
ChartType |
getChartType()
Describe getChartType method here. |
ChartTypeProperties |
getChartTypeProperties()
Describe getChartTypeProperties method here. |
abstract String[] |
getLegendLabels()
Describe getLegendLabels method here. |
Paint[] |
getPaints()
Describe getPaints method here. |
Dimension |
getPreferredSize()
Describe getPreferredSize method here. |
Shape[] |
getShapes()
Describe getShapes method here. |
Stroke[] |
getStrokes()
Describe getStrokes method here. |
abstract String |
getXAxisTitle()
Describe getXAxisTitle method here. |
abstract String |
getYAxisTitle()
Describe getYAxisTitle method here. |
void |
init()
Describe init method here. |
void |
paint(Graphics2D g)
Trick to get the chart to repaint correctly. |
void |
setBounds(int x,
int y,
int w,
int h)
If the containing component's size has changed, let the chart know and let it rerender itself. |
protected void |
setData(AbstractList v)
Describe setData method here. |
protected void |
setData(AbstractListAdaptor ala)
Describe setData method here. |
| Methods inherited from class net.sourceforge.pavlov.pluglets.feedback.AbstractFeedbackPluglet |
|---|
actionPerformed, answerEvent, setVisible, start, stop, toString |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.sourceforge.pavlov.pluglets.Pluglet |
|---|
getDescription, getName |
| Field Detail |
|---|
protected JMenuBar foo
protected HelpSystem help
| Constructor Detail |
|---|
public JChartFeedbackPluglet()
JChartFeedbackPluglet instance.
| Method Detail |
|---|
public void init()
init method here.
init in class AbstractFeedbackPlugletpublic abstract String getXAxisTitle()
getXAxisTitle method here.
String valuepublic abstract String getYAxisTitle()
getYAxisTitle method here.
String valuepublic abstract String getChartTitle()
getChartTitle method here.
String valuepublic abstract String[] getLegendLabels()
getLegendLabels method here.
String[] valuepublic Stroke[] getStrokes()
getStrokes method here.
Stroke[] valuepublic Shape[] getShapes()
getShapes method here.
Shape[] valuepublic Paint[] getPaints()
getPaints method here.
Paint[] valuepublic ChartTypeProperties getChartTypeProperties()
getChartTypeProperties method here.
ChartTypeProperties valuepublic ChartType getChartType()
getChartType method here.
ChartType valueprotected void setData(AbstractList v)
setData method here.
v - an AbstractList valueprotected void setData(AbstractListAdaptor ala)
setData method here.
ala - an AbstractListAdaptor value
public void setBounds(int x,
int y,
int w,
int h)
setBounds in class Windowx - an int valuey - an int valuew - an int valueh - an int valuepublic Dimension getPreferredSize()
getPreferredSize method here.
getPreferredSize in class Containerjava.awt.Dimension valuepublic void paint(Graphics2D g)
g - a Graphics2D value
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||