|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Chart<GeneralProjector extends Projector> extends View, ChartEntity
Chart view interface. Chart view has several specific entityStyle, which apply only to chart objects. Each chart has an assigned projector and maintains it.
| Modifier and Type | Method and Description |
|---|---|
void |
addPlugin(ChartPlugin plugin)
Registers the plug-in object for this chart. |
LegendEntry[] |
createLegendEntries()
Creates a list of legend entries for the chart. |
java.util.Locale |
getLocale()
Returns locale of this chart |
boolean |
isDraftMode()
Queries, if chart is in draft mode |
GeneralProjector |
projector()
Returns the projector for the chart. |
void |
removePlugin(ChartPlugin plugin)
Unregisters the plug-in object from this chart. |
void |
setDraftMode(boolean draft)
Sets chart in draft mode for faster rendering and lower quality. |
void |
setLocale(java.util.Locale locale)
Sets locale for this chart. |
| Methods inherited from interface lt.monarch.chart.engine.View |
|---|
addViewListener, clone, container, dispose, getAlignmentX, getAlignmentY, getBounds, getContainingObjects, getGraphicsType, getHeight, getMaximumSize, getMinimumSize, getPreferredSize, getSize, getSize, getStyle, getWidth, getX, getY, invalidate, removeViewListener, render, repaint, repaint, setAlignmentX, setAlignmentY, setBounds, setBounds, setContainer, setLocation, setMaximumSize, setMinimumSize, setPreferredSize, setSize, validate |
| Methods inherited from interface lt.monarch.chart.engine.ChartEntity |
|---|
fillEntitySheet, getDescription, getParentEntity, getShortDescription |
| Method Detail |
|---|
GeneralProjector projector()
void addPlugin(ChartPlugin plugin)
plugin - plug-in objectvoid removePlugin(ChartPlugin plugin)
plugin - plug-in objectvoid setDraftMode(boolean draft)
draft - draft mode flagboolean isDraftMode()
LegendEntry[] createLegendEntries()
void setLocale(java.util.Locale locale)
locale - the localejava.util.Locale getLocale()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||