Serialized Form
-
Package org.jfree.date
-
Class org.jfree.date.SerialDate
class SerialDate extends Object implements Serializable- serialVersionUID:
- -293716040467423637L
-
Serialized Fields
-
description
String description
A description for the date.
-
-
Class org.jfree.date.SpreadsheetDate
class SpreadsheetDate extends SerialDate implements Serializable- serialVersionUID:
- -2039586705374454461L
-
Serialized Fields
-
day
int day
The day of the month (1 to 28, 29, 30 or 31 depending on the month). -
month
int month
The month of the year (1 to 12). -
serial
int serial
The day number (1-Jan-1900 = 2, 2-Jan-1900 = 3, ..., 31-Dec-9999 = 2958465). -
year
int year
The year (1900 to 9999).
-
-
-
Package org.jfree.layout
-
Class org.jfree.layout.CenterLayout
class CenterLayout extends Object implements Serializable- serialVersionUID:
- 469319532333015042L
-
Class org.jfree.layout.FormatLayout
class FormatLayout extends Object implements Serializable- serialVersionUID:
- 2866692886323930722L
-
Serialized Fields
-
columnGaps
int[] columnGaps
The gaps between the columns (gap[0] is the gap following column zero). -
columns0to5Width
int columns0to5Width
Combined width of columns 0 to 5. -
columns1and2Width
int columns1and2Width
Combined width of columns 1 and 2. -
columns1to4Width
int columns1to4Width
Combined width of columns 1 to 4. -
columns1to5Width
int columns1to5Width
Combined width of columns 1 to 5. -
columns4and5Width
int columns4and5Width
Combined width of columns 4 and 5. -
columnWidths
int[] columnWidths
Working array for recording the width of each column. -
rowFormats
int[] rowFormats
The layout format for each row. -
rowGap
int rowGap
The gap between the rows. -
rowHeights
int[] rowHeights
Working array for recording the height of each row. -
totalHeight
int totalHeight
The total height of the layout. -
totalWidth
int totalWidth
The total width of the layout.
-
-
Class org.jfree.layout.LCBLayout
class LCBLayout extends Object implements Serializable- serialVersionUID:
- -2531780832406163833L
-
Serialized Fields
-
buttonGap
int buttonGap
The gap between each component and button. -
colWidth
int[] colWidth
Tracks the column widths. -
labelGap
int labelGap
The gap between each label and component. -
rowHeight
int[] rowHeight
Tracks the row heights. -
vGap
int vGap
The gap between rows.
-
-
Class org.jfree.layout.RadialLayout
class RadialLayout extends Object implements Serializable- serialVersionUID:
- -7582156799248315534L
-
Serialized Fields
-
maxCompHeight
int maxCompHeight
The maximum component height. -
maxCompWidth
int maxCompWidth
The maximum component width. -
minHeight
int minHeight
The minimum height. -
minWidth
int minWidth
The minimum width. -
preferredHeight
int preferredHeight
The preferred height. -
preferredWidth
int preferredWidth
The preferred width. -
sizeUnknown
boolean sizeUnknown
Size unknown flag.
-
-
-
Package org.jfree.text
-
Class org.jfree.text.TextBlock
class TextBlock extends Object implements Serializable- serialVersionUID:
- -4333175719424385526L
-
Serialized Fields
-
lineAlignment
HorizontalAlignment lineAlignment
The alignment of the lines. -
lines
List lines
Storage for the lines of text.
-
-
Class org.jfree.text.TextBlockAnchor
class TextBlockAnchor extends Object implements Serializable- serialVersionUID:
- -3045058380983401544L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.text.TextBox
class TextBox extends Object implements Serializable- serialVersionUID:
- 3360220213180203706L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
interiorGap
RectangleInsets interiorGap
The interior space. -
shadowXOffset
double shadowXOffset
The shadow x-offset. -
shadowYOffset
double shadowYOffset
The shadow y-offset. -
textBlock
TextBlock textBlock
The text block.
-
-
Class org.jfree.text.TextFragment
class TextFragment extends Object implements Serializable- serialVersionUID:
- 4465945952903143262L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
Class org.jfree.text.TextLine
class TextLine extends Object implements Serializable- serialVersionUID:
- 7100085690160465444L
-
Serialized Fields
-
fragments
List fragments
Storage for the text fragments that make up the line.
-
-
-
Package org.jfree.ui
-
Class org.jfree.ui.ApplicationFrame
class ApplicationFrame extends JFrame implements Serializable -
Class org.jfree.ui.ArrowPanel
class ArrowPanel extends JPanel implements Serializable-
Serialized Fields
-
available
Rectangle2D available
The available area. -
type
int type
The arrow type.
-
-
-
Class org.jfree.ui.DateCellRenderer
class DateCellRenderer extends DefaultTableCellRenderer implements Serializable-
Serialized Fields
-
formatter
DateFormat formatter
The formatter.
-
-
-
Class org.jfree.ui.DateChooserPanel
class DateChooserPanel extends JPanel implements Serializable-
Serialized Fields
-
buttons
JButton[] buttons
An array of buttons used to display the days-of-the-month. -
chosenDate
Calendar chosenDate
The date selected in the panel. -
chosenDateButtonColor
Color chosenDateButtonColor
The color for the selected date. -
chosenMonthButtonColor
Color chosenMonthButtonColor
The color for dates in the current month. -
chosenOtherButtonColor
Color chosenOtherButtonColor
The color for dates that are visible, but not in the current month. -
dateFont
Font dateFont
The font used to display the date. -
firstDayOfWeek
int firstDayOfWeek
The first day-of-the-week. -
monthSelector
JComboBox monthSelector
A combo for selecting the month. -
refreshing
boolean refreshing
A flag that indicates whether or not we are currently refreshing the buttons. -
todayButton
JButton todayButton
A button for selecting today's date. -
WEEK_DAYS
int[] WEEK_DAYS
The ordered set of all seven days of a week, beginning with the 'firstDayOfWeek'. -
yearSelectionRange
int yearSelectionRange
The range used for selecting years. -
yearSelector
JComboBox yearSelector
A combo for selecting the year.
-
-
-
Class org.jfree.ui.DrawablePanel
class DrawablePanel extends JPanel implements Serializable-
Serialized Fields
-
drawable
Drawable drawable
-
-
-
Class org.jfree.ui.FloatDimension
class FloatDimension extends Dimension2D implements Serializable- serialVersionUID:
- 5367882923248086744L
-
Serialized Fields
-
height
float height
The height. -
width
float width
The width.
-
-
Class org.jfree.ui.FontChooserDialog
class FontChooserDialog extends StandardDialog implements Serializable-
Serialized Fields
-
fontChooserPanel
FontChooserPanel fontChooserPanel
The panel within the dialog that contains the font selection controls.
-
-
-
Class org.jfree.ui.FontChooserPanel
class FontChooserPanel extends JPanel implements Serializable -
Class org.jfree.ui.FontDisplayField
class FontDisplayField extends JTextField implements Serializable-
Serialized Fields
-
displayFont
Font displayFont
The current font.
-
-
-
Class org.jfree.ui.GradientPaintTransformType
class GradientPaintTransformType extends Object implements Serializable- serialVersionUID:
- 8331561784933982450L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.ui.HorizontalAlignment
class HorizontalAlignment extends Object implements Serializable- serialVersionUID:
- -8249740987565309567L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.ui.InsetsChooserPanel
class InsetsChooserPanel extends JPanel implements Serializable-
Serialized Fields
-
bottomValueEditor
JTextField bottomValueEditor
A text field for the 'bottom' setting. -
leftValueEditor
JTextField leftValueEditor
A text field for the 'left' setting. -
rightValueEditor
JTextField rightValueEditor
A text field for the 'right' setting. -
topValueEditor
JTextField topValueEditor
A text field for the 'top' setting.
-
-
-
Class org.jfree.ui.InsetsTextField
class InsetsTextField extends JTextField implements Serializable -
Class org.jfree.ui.IntegerDocument
class IntegerDocument extends PlainDocument implements Serializable -
Class org.jfree.ui.L1R1ButtonPanel
class L1R1ButtonPanel extends JPanel implements Serializable -
Class org.jfree.ui.L1R2ButtonPanel
class L1R2ButtonPanel extends JPanel implements Serializable -
Class org.jfree.ui.L1R3ButtonPanel
class L1R3ButtonPanel extends JPanel implements Serializable -
Class org.jfree.ui.Layer
class Layer extends Object implements Serializable- serialVersionUID:
- -1470104570733183430L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.ui.LengthAdjustmentType
class LengthAdjustmentType extends Object implements Serializable- serialVersionUID:
- -6097408511380545010L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.ui.LengthLimitingDocument
class LengthLimitingDocument extends PlainDocument implements Serializable-
Serialized Fields
-
maxlen
int maxlen
The maximum length.
-
-
-
Class org.jfree.ui.NumberCellRenderer
class NumberCellRenderer extends DefaultTableCellRenderer implements Serializable -
Class org.jfree.ui.PaintSample
class PaintSample extends JComponent implements Serializable -
Class org.jfree.ui.RectangleAnchor
class RectangleAnchor extends Object implements Serializable- serialVersionUID:
- -2457494205644416327L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.ui.RectangleEdge
class RectangleEdge extends Object implements Serializable- serialVersionUID:
- -7400988293691093548L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.ui.RectangleInsets
class RectangleInsets extends Object implements Serializable- serialVersionUID:
- 1902273207559319996L
-
Serialized Fields
-
bottom
double bottom
The bottom insets. -
left
double left
The left insets. -
right
double right
The right insets. -
top
double top
The top insets. -
unitType
UnitType unitType
Absolute or relative units.
-
-
Class org.jfree.ui.SerialDateChooserPanel
class SerialDateChooserPanel extends JPanel implements Serializable-
Serialized Fields
-
buttons
JButton[] buttons
An array of buttons used to display the days-of-the-month. -
chosenOtherButtonColor
Color chosenOtherButtonColor
The color for dates that are visible, but not in the current month. -
date
SerialDate date
The date selected in the panel. -
dateButtonColor
Color dateButtonColor
The color for the selected date. -
dateFont
Font dateFont
The font used to display the date. -
firstDayOfWeek
int firstDayOfWeek
The first day-of-the-week. -
monthButtonColor
Color monthButtonColor
The color for dates in the current month. -
monthSelector
JComboBox monthSelector
A combo for selecting the month. -
refreshing
boolean refreshing
A flag that indicates whether or not we are currently refreshing the buttons. -
todayButton
JButton todayButton
A button for selecting today's date. -
yearSelectionRange
int yearSelectionRange
The range used for selecting years. -
yearSelector
JComboBox yearSelector
A combo for selecting the year.
-
-
-
Class org.jfree.ui.Size2D
class Size2D extends Object implements Serializable- serialVersionUID:
- 2558191683786418168L
-
Serialized Fields
-
height
double height
The height. -
width
double width
The width.
-
-
Class org.jfree.ui.SortableTable
class SortableTable extends JTable implements Serializable-
Serialized Fields
-
headerListener
SortableTableHeaderListener headerListener
A listener for sorting.
-
-
-
Class org.jfree.ui.SortableTableModel
class SortableTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
ascending
boolean ascending
Indicates ascending (true) or descending (false) order. -
sortingColumn
int sortingColumn
The column on which the data is sorted (-1 for no sorting).
-
-
-
Class org.jfree.ui.Spinner
class Spinner extends JPanel implements Serializable-
Serialized Fields
-
buttonPanel
JPanel buttonPanel
The arrow button panel. -
downButton
ArrowPanel downButton
The down button. -
textField
JTextField textField
The text field displaying the value. -
upButton
ArrowPanel upButton
The up button. -
value
int value
The current value.
-
-
-
Class org.jfree.ui.StandardDialog
class StandardDialog extends JDialog implements Serializable-
Serialized Fields
-
cancelled
boolean cancelled
Flag that indicates whether or not the dialog was cancelled.
-
-
-
Class org.jfree.ui.StandardGradientPaintTransformer
class StandardGradientPaintTransformer extends Object implements Serializable- serialVersionUID:
- -8155025776964678320L
-
Serialized Fields
-
type
GradientPaintTransformType type
The transform type.
-
-
Class org.jfree.ui.StrokeChooserPanel
class StrokeChooserPanel extends JPanel implements Serializable-
Serialized Fields
-
selector
JComboBox selector
A combo for selecting the stroke.
-
-
-
Class org.jfree.ui.StrokeSample
class StrokeSample extends JComponent implements Serializable -
Class org.jfree.ui.TextAnchor
class TextAnchor extends Object implements Serializable- serialVersionUID:
- 8219158940496719660L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.ui.VerticalAlignment
class VerticalAlignment extends Object implements Serializable- serialVersionUID:
- 7272397034325429853L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.ui.WizardDialog
class WizardDialog extends JDialog implements Serializable-
Serialized Fields
-
currentPanel
WizardPanel currentPanel
A reference to the current panel. -
finishButton
JButton finishButton
A handy reference to the "finish" button. -
helpButton
JButton helpButton
A handy reference to the "help" button. -
nextButton
JButton nextButton
A handy reference to the "next" button. -
panels
List panels
A list of references to the panels the user has already seen - used for navigating through the steps that have already been completed. -
previousButton
JButton previousButton
A handy reference to the "previous" button. -
result
Object result
The end result of the wizard sequence. -
step
int step
The current step in the wizard process (starting at step zero).
-
-
-
Class org.jfree.ui.WizardPanel
class WizardPanel extends JPanel implements Serializable-
Serialized Fields
-
owner
WizardDialog owner
The owner.
-
-
-
-
Package org.jfree.ui.about
-
Class org.jfree.ui.about.AboutDialog
class AboutDialog extends JDialog implements Serializable-
Serialized Fields
-
application
String application
The application name. -
contributors
List contributors
A list of contributors. -
copyright
String copyright
The copyright string. -
info
String info
Other info about the application. -
licence
String licence
The licence. -
logo
Image logo
The project logo. -
resources
ResourceBundle resources
Localised resources. -
version
String version
The application version.
-
-
-
Class org.jfree.ui.about.AboutFrame
class AboutFrame extends JFrame implements Serializable-
Serialized Fields
-
application
String application
The application name. -
contributors
List contributors
A list of contributors. -
copyright
String copyright
The copyright string. -
info
String info
Other info about the application. -
licence
String licence
The licence. -
logo
Image logo
The project logo. -
resources
ResourceBundle resources
Localised resources. -
version
String version
The application version.
-
-
-
Class org.jfree.ui.about.AboutPanel
class AboutPanel extends JPanel implements Serializable -
Class org.jfree.ui.about.ContributorsPanel
class ContributorsPanel extends JPanel implements Serializable-
Serialized Fields
-
model
TableModel model
The data. -
table
JTable table
The table.
-
-
-
Class org.jfree.ui.about.ContributorsTableModel
class ContributorsTableModel extends AbstractTableModel implements Serializable -
Class org.jfree.ui.about.LibraryPanel
class LibraryPanel extends JPanel implements Serializable-
Serialized Fields
-
model
LibraryTableModel model
The data. -
table
JTable table
The table.
-
-
-
Class org.jfree.ui.about.LibraryTableModel
class LibraryTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
infoColumnLabel
String infoColumnLabel
Localised info column label. -
libraries
Library[] libraries
Storage for the libraries. -
licenceColumnLabel
String licenceColumnLabel
Localised licence column label. -
nameColumnLabel
String nameColumnLabel
Localised name column label. -
versionColumnLabel
String versionColumnLabel
Localised version column label.
-
-
-
Class org.jfree.ui.about.SystemPropertiesFrame
class SystemPropertiesFrame extends JFrame implements Serializable-
Serialized Fields
-
panel
SystemPropertiesPanel panel
A system properties panel.
-
-
-
Class org.jfree.ui.about.SystemPropertiesPanel
class SystemPropertiesPanel extends JPanel implements Serializable-
Serialized Fields
-
copyMenuItem
JMenuItem copyMenuItem
A copy menu item. -
copyPopupListener
org.jfree.ui.about.SystemPropertiesPanel.PopupListener copyPopupListener
A popup listener. -
copyPopupMenu
JPopupMenu copyPopupMenu
Allows for a popup menu for copying. -
table
JTable table
The table that displays the system properties.
-
-
-
Class org.jfree.ui.about.SystemPropertiesTableModel
class SystemPropertiesTableModel extends SortableTableModel implements Serializable
-
-
Package org.jfree.ui.action
-
Class org.jfree.ui.action.AbstractActionDowngrade
class AbstractActionDowngrade extends AbstractAction implements Serializable -
Class org.jfree.ui.action.AbstractFileSelectionAction
class AbstractFileSelectionAction extends AbstractActionDowngrade implements Serializable-
Serialized Fields
-
fileChooser
JFileChooser fileChooser
The FileChooser that is used to perform the selection. -
parent
Component parent
The (optional) parent component.
-
-
-
Class org.jfree.ui.action.ActionButton
class ActionButton extends JButton implements Serializable-
Serialized Fields
-
action
Action action
The action. -
propertyChangeHandler
org.jfree.ui.action.ActionButton.ActionEnablePropertyChangeHandler propertyChangeHandler
The property change handler.
-
-
-
Class org.jfree.ui.action.ActionMenuItem
class ActionMenuItem extends JMenuItem implements Serializable-
Serialized Fields
-
action
Action action
The action. -
propertyChangeHandler
org.jfree.ui.action.ActionMenuItem.ActionEnablePropertyChangeHandler propertyChangeHandler
The property change handler.
-
-
-
Class org.jfree.ui.action.ActionRadioButton
class ActionRadioButton extends JRadioButton implements Serializable-
Serialized Fields
-
action
Action action
The action. -
propertyChangeHandler
org.jfree.ui.action.ActionRadioButton.ActionEnablePropertyChangeHandler propertyChangeHandler
The property change handler.
-
-
-
-
Package org.jfree.ui.tabbedui
-
Class org.jfree.ui.tabbedui.AbstractTabbedUI
class AbstractTabbedUI extends JComponent implements Serializable-
Serialized Fields
-
closeAction
Action closeAction
The close action assigned to this UI. -
currentToolbar
JComponent currentToolbar
The current toolbar. -
globalMenu
boolean globalMenu
Whether the UI should build a global menu from all root editors. -
jMenuBar
JMenuBar jMenuBar
The current menu bar. -
rootEditors
ArrayList rootEditors
The list of root editors. One for each tab. -
selectedRootEditor
int selectedRootEditor
The index of the currently selected root editor. -
tabbedPane
JTabbedPane tabbedPane
The tabbed pane filling the content area. -
toolbarContainer
JPanel toolbarContainer
The container component for the toolbar.
-
-
-
Class org.jfree.ui.tabbedui.AbstractTabbedUI.ExitAction
class ExitAction extends AbstractAction implements Serializable -
Class org.jfree.ui.tabbedui.DetailEditor
class DetailEditor extends JComponent implements Serializable-
Serialized Fields
-
confirmed
boolean confirmed
whether the edit process has been confirmed (user pressed OK). -
object
Object object
The object, that is edited.
-
-
-
Class org.jfree.ui.tabbedui.RootPanel
class RootPanel extends JComponent implements Serializable-
Serialized Fields
-
active
boolean active
a flag indicating whether this editor is the currently active editor.
-
-
-
Class org.jfree.ui.tabbedui.TabbedApplet
class TabbedApplet extends JApplet implements Serializable-
Serialized Fields
-
tabbedUI
AbstractTabbedUI tabbedUI
The UI for the applet.
-
-
-
Class org.jfree.ui.tabbedui.TabbedDialog
class TabbedDialog extends JDialog implements Serializable-
Serialized Fields
-
tabbedUI
AbstractTabbedUI tabbedUI
The backend.
-
-
-
Class org.jfree.ui.tabbedui.TabbedFrame
class TabbedFrame extends JFrame implements Serializable-
Serialized Fields
-
tabbedUI
AbstractTabbedUI tabbedUI
The backend.
-
-
-
-
Package org.jfree.util
-
Class org.jfree.util.AbstractObjectList
class AbstractObjectList extends Object implements Serializable- serialVersionUID:
- 7789833772597351595L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
increment
int increment
The default increment. -
size
int size
The current list size.
-
-
Class org.jfree.util.BooleanList
class BooleanList extends AbstractObjectList implements Serializable- serialVersionUID:
- -8543170333219422042L
-
Class org.jfree.util.ClassComparator
class ClassComparator extends Object implements Serializable- serialVersionUID:
- -5225335361837391120L
-
Class org.jfree.util.DefaultConfiguration
class DefaultConfiguration extends Properties implements Serializable -
Class org.jfree.util.ExtendedConfigurationWrapper
class ExtendedConfigurationWrapper extends Object implements Serializable-
Serialized Fields
-
parent
Configuration parent
The base configuration.
-
-
-
Class org.jfree.util.FastStack
class FastStack extends Object implements Serializable-
Serialized Fields
-
contents
Object[] contents
-
initialSize
int initialSize
-
size
int size
-
-
-
Class org.jfree.util.HashNMap
class HashNMap extends Object implements Serializable- serialVersionUID:
- -670924844536074826L
-
Serialized Fields
-
table
HashMap table
The underlying storage.
-
-
Class org.jfree.util.ObjectList
class ObjectList extends AbstractObjectList implements Serializable -
Class org.jfree.util.ObjectTable
class ObjectTable extends Object implements Serializable- serialVersionUID:
- -3968322452944912066L
-
Serialization Methods
-
readObject
Restores a serialized object.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O problem.ClassNotFoundException
- if a class cannot be found.
-
writeObject
Handles serialization.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O problem.
-
-
Serialized Fields
-
columnIncrement
int columnIncrement
Defines how many object-slots get reserved each time we run out of space. -
columns
int columns
The number of columns. -
rowIncrement
int rowIncrement
Defines how many object-slots get reserved each time we run out of space. -
rows
int rows
The number of rows.
-
-
Class org.jfree.util.PaintList
class PaintList extends AbstractObjectList implements Serializable- serialVersionUID:
- -708669381577938219L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Class org.jfree.util.PrintStreamLogTarget
class PrintStreamLogTarget extends Object implements Serializable- serialVersionUID:
- 6510564403264504688L
-
Serialized Fields
-
printStream
PrintStream printStream
The printstream we use ..
-
-
Class org.jfree.util.Rotation
class Rotation extends Object implements Serializable- serialVersionUID:
- -4662815260201591676L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
factor
double factor
The factor (-1.0 forCLOCKWISE
and 1.0 forANTICLOCKWISE
). -
name
String name
The name.
-
-
Class org.jfree.util.ShapeList
class ShapeList extends AbstractObjectList implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
-
Class org.jfree.util.SortOrder
class SortOrder extends Object implements Serializable- serialVersionUID:
- -2124469847758108312L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Exception org.jfree.util.StackableException
class StackableException extends Exception implements Serializable-
Serialized Fields
-
parent
Exception parent
The parent exception.
-
-
-
Exception org.jfree.util.StackableRuntimeException
class StackableRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
parent
Exception parent
The parent exception.
-
-
-
Class org.jfree.util.StrokeList
class StrokeList extends AbstractObjectList implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
-
Class org.jfree.util.TableOrder
class TableOrder extends Object implements Serializable- serialVersionUID:
- 525193294068177057L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.util.UnitType
class UnitType extends Object implements Serializable- serialVersionUID:
- 6531925392288519884L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.util.WaitingImageObserver
class WaitingImageObserver extends Object implements Serializable- serialVersionUID:
- -807204410581383550L
-
Serialized Fields
-
error
boolean error
A flag that signals an error. -
image
Image image
The image. -
lock
boolean lock
The lock.
-
-
-
Package org.jfree.xml
-
Exception org.jfree.xml.ElementDefinitionException
class ElementDefinitionException extends ParseException implements Serializable-
Serialized Fields
-
parent
Exception parent
The parent exception.
-
-
-
Class org.jfree.xml.FrontendDefaultHandler
class FrontendDefaultHandler extends DefaultHandler implements Serializable-
Serialized Fields
-
commentHandler
CommentHandler commentHandler
The current comment handler used to receive xml comments. -
locator
Locator locator
The DocumentLocator can be used to resolve the current parse position. -
parserConfiguration
DefaultConfiguration parserConfiguration
Storage for the parser configuration.
-
-
-
Exception org.jfree.xml.ParseException
class ParseException extends SAXException implements Serializable-
Serialized Fields
-
column
int column
The column, where the error occured. -
line
int line
The line, where the error occured.
-
-
-
Class org.jfree.xml.Parser
class Parser extends FrontendDefaultHandler implements Serializable-
Serialized Fields
-
activeFactories
Stack activeFactories
A stack for the active factories. -
initialFactory
ElementDefinitionHandler initialFactory
The initial factory. -
parserHelperObjects
HashMap parserHelperObjects
Storage for temporary objects and factories used during the parsing process.
-
-
-
-
Package org.jfree.xml.factory.objects
-
Class org.jfree.xml.factory.objects.AbstractObjectDescription
class AbstractObjectDescription extends Object implements Serializable-
Serialized Fields
-
className
Class className
The class. -
config
Configuration config
The configuration for the object description. -
parameterDefs
HashMap parameterDefs
Storage for parameter definitions. -
parameters
HashMap parameters
Storage for parameters.
-
-
-
Class org.jfree.xml.factory.objects.ArrayClassFactory
class ArrayClassFactory extends Object implements Serializable -
Class org.jfree.xml.factory.objects.ArrayObjectDescription
class ArrayObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.BasicStrokeObjectDescription
class BasicStrokeObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.BeanObjectDescription
class BeanObjectDescription extends AbstractObjectDescription implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
ignoredParameters
TreeSet ignoredParameters
-
-
-
Class org.jfree.xml.factory.objects.BooleanObjectDescription
class BooleanObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.ByteObjectDescription
class ByteObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.CharacterObjectDescription
class CharacterObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.ClassComparator
class ClassComparator extends Object implements Serializable -
Class org.jfree.xml.factory.objects.ClassFactoryCollector
class ClassFactoryCollector extends ClassFactoryImpl implements Serializable-
Serialized Fields
-
factories
ArrayList factories
Storage for the class factories.
-
-
-
Class org.jfree.xml.factory.objects.ClassFactoryImpl
class ClassFactoryImpl extends Object implements Serializable-
Serialized Fields
-
classes
HashMap classes
Storage for the classes. -
comparator
ClassComparator comparator
A class comparator for searching the super class -
config
Configuration config
The parser/report configuration
-
-
-
Class org.jfree.xml.factory.objects.ClassLoaderObjectDescription
class ClassLoaderObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.CollectionObjectDescription
class CollectionObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.ColorObjectDescription
class ColorObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.DateObjectDescription
class DateObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.DecimalFormatObjectDescription
class DecimalFormatObjectDescription extends BeanObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.Dimension2DObjectDescription
class Dimension2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.DimensionObjectDescription
class DimensionObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.DoubleObjectDescription
class DoubleObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.FloatObjectDescription
class FloatObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.IntegerObjectDescription
class IntegerObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.JavaBaseClassFactory
class JavaBaseClassFactory extends ClassFactoryImpl implements Serializable -
Class org.jfree.xml.factory.objects.Line2DObjectDescription
class Line2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.LongObjectDescription
class LongObjectDescription extends AbstractObjectDescription implements Serializable -
Exception org.jfree.xml.factory.objects.ObjectFactoryException
class ObjectFactoryException extends StackableException implements Serializable -
Class org.jfree.xml.factory.objects.Point2DObjectDescription
class Point2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.Rectangle2DObjectDescription
class Rectangle2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.ShortObjectDescription
class ShortObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.SimpleDateFormatObjectDescription
class SimpleDateFormatObjectDescription extends BeanObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.StringObjectDescription
class StringObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.jfree.xml.factory.objects.URLClassFactory
class URLClassFactory extends ClassFactoryImpl implements Serializable -
Class org.jfree.xml.factory.objects.URLObjectDescription
class URLObjectDescription extends AbstractObjectDescription implements Serializable
-
-
Package org.jfree.xml.parser
-
Class org.jfree.xml.parser.RootXmlReadHandler
class RootXmlReadHandler extends FrontendDefaultHandler implements Serializable-
Serialized Fields
-
classToHandlerMapping
SimpleObjectFactory classToHandlerMapping
Maps classes to handlers. -
currentHandlers
Stack currentHandlers
The current handlers. -
objectRegistry
HashMap objectRegistry
The object registry. -
outerScopes
Stack outerScopes
??. -
rootHandler
XmlReadHandler rootHandler
The root handler. -
rootHandlerInitialized
boolean rootHandlerInitialized
-
-
-
Exception org.jfree.xml.parser.XmlReaderException
class XmlReaderException extends ObjectDescriptionException implements Serializable
-
-
Package org.jfree.xml.util
-
Exception org.jfree.xml.util.ObjectDescriptionException
class ObjectDescriptionException extends StackableException implements Serializable
-
-
Package org.jfree.xml.writer
-
Exception org.jfree.xml.writer.XMLWriterException
class XMLWriterException extends ObjectDescriptionException implements Serializable
-