public class FFrameChart extends FFrame
Modifier and Type | Field and Description |
---|---|
protected ChartDocument |
chartDoc |
static String |
PERSISTENCE_DEFINITION_NAME |
e, frameFactory, lastAT, layoutManager, LOG, m_BoundBox, m_Selected, n, ne, no, num, o, observers, s, se, so
Constructor and Description |
---|
FFrameChart() |
Modifier and Type | Method and Description |
---|---|
void |
draw(Graphics2D g,
AffineTransform at,
Rectangle2D rv,
BufferedImage imgBase)
Draws the FFrame on the provided Graphics, according to the
provided affine transform and the visible rectangle.
|
boolean |
getAxisLabels() |
ChartDocument |
getChartDoc() |
boolean |
getLegendVisible() |
String |
getName()
Devuelve el nombre que representa al fframe.
|
String |
getNameFFrame()
Devuelve el nombre que representa al tipo de FFrame.
|
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
print(Graphics2D g,
AffineTransform at,
Geometry shape,
PrintAttributes properties) |
static void |
registerPersistent() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setAxisLabels(boolean selected) |
void |
setChartDoc(ChartDocument chartSelected) |
void |
setLegendVisible(boolean selected) |
addObserver, clone, contains, deleteObserver, deleteObservers, dispose, doSetSelected, drawDraft, drawEmpty, drawHandlers, drawSymbolTag, frameAdded, frameRemoved, getBoundBox, getBoundingBox, getContains, getDocument, getFrameFactory, getLastMoveRect, getLayoutContext, getLevel, getMapCursor, getMovieRect, getRotation, getRotationAT, getSelected, getTag, getVisibleRect, initializeIcons, intersects, isSelected, setBoundBox, setDocument, setFrameFactory, setLayoutContext, setLevel, setNum, setRotation, setSelected, setSelected, setTag, updateRect
public static final String PERSISTENCE_DEFINITION_NAME
protected ChartDocument chartDoc
public ChartDocument getChartDoc()
public static void registerPersistent()
public String getName()
IFFrame
public String getNameFFrame()
IFFrame
public void print(Graphics2D g, AffineTransform at, Geometry shape, PrintAttributes properties)
public void draw(Graphics2D g, AffineTransform at, Rectangle2D rv, BufferedImage imgBase)
FFrame
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
loadFromState
in class FFrame
PersistenceException
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
saveToState
in class FFrame
PersistenceException
public void setChartDoc(ChartDocument chartSelected)
public void setLegendVisible(boolean selected)
public boolean getLegendVisible()
public void setAxisLabels(boolean selected)
public boolean getAxisLabels()