Serialized Form
-
Package org.jorigin.gui
-
Class org.jorigin.gui.JDatePanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201812141330L
-
Serialized Fields
-
calendar
java.util.GregorianCalendar calendar
-
dayLB
javax.swing.JLabel dayLB
-
dayTF
javax.swing.JSpinner dayTF
-
dayTFModel
javax.swing.SpinnerModel dayTFModel
-
hourMinuteTF
javax.swing.JSpinner hourMinuteTF
-
idListenerList
javax.swing.event.EventListenerList idListenerList
-
langResource
LangResourceBundle langResource
-
listening
boolean listening
-
monthCB
javax.swing.JComboBox<java.lang.String> monthCB
-
monthLB
javax.swing.JLabel monthLB
-
showLabel
boolean showLabel
-
yearLB
javax.swing.JLabel yearLB
-
yearTF
javax.swing.JSpinner yearTF
-
yearTFModel
javax.swing.SpinnerModel yearTFModel
-
-
Class org.jorigin.gui.JDesktopPane extends javax.swing.JDesktopPane implements Serializable
- serialVersionUID:
- 201812141330L
-
Serialized Fields
-
fitDeltaMax
double fitDeltaMax
The fit delta max used. By default this delta is set to50 -
fitMethod
int fitMethod
The current fit method. By default this method is set toFIT_CENTER_DELTA. -
frameDimensionRatio
double frameDimensionRatio
The current dimension ratio used. By default this ratio is 0.5 of the desktop size. -
organizeMethod
int organizeMethod
The organization method used. By default this is set toNONE.
-
-
Class org.jorigin.gui.JImageFrame extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
imageCoordLB
javax.swing.JLabel imageCoordLB
-
imageCoordTF
javax.swing.JLabel imageCoordTF
-
imagePanel
JImagePanel imagePanel
-
imagePixelFormat
java.text.NumberFormat imagePixelFormat
-
imageToolbar
JImagePanelToolBar imageToolbar
-
northPanel
javax.swing.JPanel northPanel
-
panelCoordLB
javax.swing.JLabel panelCoordLB
-
panelCoordTF
javax.swing.JLabel panelCoordTF
-
panelPixelFormat
java.text.NumberFormat panelPixelFormat
-
southPanel
javax.swing.JPanel southPanel
-
-
Class org.jorigin.gui.JImagePanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201708311445L
-
Serialized Fields
-
autoFit
boolean autoFit
-
autoRepaint
boolean autoRepaint
-
features
java.util.List<JImageFeature> features
-
image
java.awt.image.BufferedImage image
-
lastCursorPositionX
int lastCursorPositionX
-
lastCursorPositionY
int lastCursorPositionY
-
mode
int mode
-
mouseButtonActive
int mouseButtonActive
-
painting
boolean painting
-
renderingHints
java.awt.RenderingHints renderingHints
-
scale
double scale
-
selectionShape
java.awt.Shape selectionShape
-
selectionShapeStroke
java.awt.Stroke selectionShapeStroke
-
transform
java.awt.geom.AffineTransform transform
-
-
Class org.jorigin.gui.JImagePanelToolBar extends javax.swing.JToolBar implements Serializable
- serialVersionUID:
- 201708311445L
-
Serialized Fields
-
fitBT
javax.swing.JButton fitBT
-
imagePanel
JImagePanel imagePanel
-
listening
boolean listening
-
modeSelectionGroup
javax.swing.ButtonGroup modeSelectionGroup
-
modeSelectionPointButton
javax.swing.JToggleButton modeSelectionPointButton
-
modeSelectionRectButton
javax.swing.JToggleButton modeSelectionRectButton
-
modeSelectionShapeButton
javax.swing.JToggleButton modeSelectionShapeButton
-
scaleLB
javax.swing.JLabel scaleLB
-
scaleSpinner
javax.swing.JSpinner scaleSpinner
-
-
Class org.jorigin.gui.JMemoryStateBar extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201812141330L
-
Serialized Fields
-
isActive
boolean isActive
-
memoryGarbageCollectorButton
javax.swing.JButton memoryGarbageCollectorButton
-
memoryMonitor
javax.swing.SwingWorker<java.lang.Object,java.lang.Object> memoryMonitor
-
memoryMonitorActivateButton
javax.swing.JToggleButton memoryMonitorActivateButton
-
memoryStateBar
javax.swing.JProgressBar memoryStateBar
-
refreshDelay
long refreshDelay
-
-
Class org.jorigin.gui.JPanelFrame extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201812141330L
-
Serialized Fields
-
gradientPanel
org.jorigin.gui.JPanelFrame.GradientPanel gradientPanel
-
headerPanel
javax.swing.JPanel headerPanel
-
iconImage
java.awt.Image iconImage
Title icon of the panel frame -
rootPane
javax.swing.JRootPane rootPane
-
rootPaneCheckingEnabled
boolean rootPaneCheckingEnabled
If it's true, calls to add and setLayout are forwarded to the contentPane -
selected
boolean selected
-
titleLabel
javax.swing.JLabel titleLabel
-
-
Class org.jorigin.gui.JRenderingHintsPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201812141330L
-
Serialized Fields
-
alphaInterpolationCB
javax.swing.JComboBox<java.lang.Object> alphaInterpolationCB
-
alphaInterpolationLB
javax.swing.JLabel alphaInterpolationLB
-
alphaInterpolationValues
java.lang.Object[] alphaInterpolationValues
-
antiAliasingCB
javax.swing.JComboBox<java.lang.Object> antiAliasingCB
-
antiAliasingLB
javax.swing.JLabel antiAliasingLB
-
antiAliasingValues
java.lang.Object[] antiAliasingValues
-
colorRenderingCB
javax.swing.JComboBox<java.lang.Object> colorRenderingCB
-
colorRenderingLB
javax.swing.JLabel colorRenderingLB
-
colorRenderingValues
java.lang.Object[] colorRenderingValues
-
ditheringCB
javax.swing.JComboBox<java.lang.Object> ditheringCB
-
ditheringLB
javax.swing.JLabel ditheringLB
-
ditheringValues
java.lang.Object[] ditheringValues
-
fractionalCB
javax.swing.JComboBox<java.lang.Object> fractionalCB
-
fractionalLB
javax.swing.JLabel fractionalLB
-
fractionalMetricsValues
java.lang.Object[] fractionalMetricsValues
-
hints
java.awt.RenderingHints hints
The rendering hints to edit -
interpolationCB
javax.swing.JComboBox<java.lang.Object> interpolationCB
-
interpolationLB
javax.swing.JLabel interpolationLB
-
interpolationValues
java.lang.Object[] interpolationValues
-
isListening
boolean isListening
-
lr
LangResourceBundle lr
-
renderingCB
javax.swing.JComboBox<java.lang.Object> renderingCB
-
renderingLB
javax.swing.JLabel renderingLB
-
renderingValues
java.lang.Object[] renderingValues
-
showBorder
boolean showBorder
-
strokeControlCB
javax.swing.JComboBox<java.lang.Object> strokeControlCB
-
strokeControlLB
javax.swing.JLabel strokeControlLB
-
strokeControlValues
java.lang.Object[] strokeControlValues
-
textAntiAliasingCB
javax.swing.JComboBox<java.lang.Object> textAntiAliasingCB
-
textAntiAliasingLB
javax.swing.JLabel textAntiAliasingLB
-
textAntiAliasingValues
java.lang.Object[] textAntiAliasingValues
-
textLCDContrastLB
javax.swing.JLabel textLCDContrastLB
-
textLCDContrastSI
javax.swing.JSpinner textLCDContrastSI
-
-
Class org.jorigin.gui.SplashWindow extends javax.swing.JWindow implements Serializable
- serialVersionUID:
- 201812141330L
-
Serialized Fields
-
closerRunner
java.lang.Runnable closerRunner
-
maxValue
int maxValue
The max value of the progress bar. -
progressBar
javax.swing.JProgressBar progressBar
The progress bar integrated to the splash window. -
southPanel
javax.swing.JPanel southPanel
The panel composing the south of the splash window. -
state
javax.swing.JLabel state
The label displaying the state of the splash window.
-
-
-
Package org.jorigin.plugin
-
Class org.jorigin.plugin.PluginToolkitEvent extends java.awt.AWTEvent implements Serializable
- serialVersionUID:
- 201812141330L
-
Serialized Fields
-
message
java.lang.String message
The message attached to the event -
plugin
IPlugin plugin
The plugin attached to the event -
progress
double progress
The progress attached to the event -
taskSize
double taskSize
The task size attached to the event
-
-
-
Package org.jorigin.system.gui
-
Class org.jorigin.system.gui.GraphicsEnvironmentPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201812141330L
-
Serialized Fields
-
centerPoint
java.awt.Point centerPoint
-
centerPointLB
javax.swing.JLabel centerPointLB
-
centerPointTF
javax.swing.JTextField centerPointTF
-
devices
java.awt.GraphicsDevice[] devices
-
displayCB
javax.swing.JComboBox<java.awt.GraphicsDevice> displayCB
-
displayedFontSize
float displayedFontSize
-
displayLB
javax.swing.JLabel displayLB
-
displayPN
javax.swing.JPanel displayPN
-
fonts
java.awt.Font[] fonts
-
fontsList
javax.swing.JList<java.awt.Font> fontsList
-
fontsListSP
javax.swing.JScrollPane fontsListSP
-
fontsPN
javax.swing.JPanel fontsPN
-
ge
java.awt.GraphicsEnvironment ge
-
geometryPN
javax.swing.JPanel geometryPN
-
lr
LangResourceBundle lr
-
maximumWindowBounds
java.awt.Rectangle maximumWindowBounds
-
maximumWindowBoundsLB
javax.swing.JLabel maximumWindowBoundsLB
-
maximumWindowBoundsTF
javax.swing.JTextField maximumWindowBoundsTF
-
-
-
Package org.jorigin.task
-
Class org.jorigin.task.ActivityMonitor extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- 201812141330L
-
Serialized Fields
-
ACTIVITY_TRACER_VISIBLE
boolean ACTIVITY_TRACER_VISIBLE
-
activityTracer
javax.swing.JTextPane activityTracer
-
activityTracerDocument
javax.swing.text.DefaultStyledDocument activityTracerDocument
-
activityTracerScrollPane
javax.swing.JScrollPane activityTracerScrollPane
-
boundedTask
int boundedTask
-
frameIcon
javax.swing.Icon frameIcon
-
isPersistent
boolean isPersistent
-
layout
java.awt.GridBagLayout layout
-
lock
java.util.concurrent.locks.Lock lock
A lock used to dispatch access to components in case of concurrent monitoring. -
persistenceCheckBox
javax.swing.JCheckBox persistenceCheckBox
-
PROGRESS_BAR_VISIBLE
boolean PROGRESS_BAR_VISIBLE
-
progressBar
javax.swing.JProgressBar progressBar
-
sc
javax.swing.text.StyleContext sc
-
showProgressionText
boolean showProgressionText
-
showProgressType
int showProgressType
-
taskErrorStyle
javax.swing.text.Style taskErrorStyle
-
taskFinishedStyle
javax.swing.text.Style taskFinishedStyle
-
taskInfoStyle
javax.swing.text.Style taskInfoStyle
-
taskProgressColor
java.awt.Color taskProgressColor
-
taskProgressFont
java.awt.Font taskProgressFont
-
taskProgressStyle
javax.swing.text.Style taskProgressStyle
-
taskStartColor
java.awt.Color taskStartColor
-
taskStartedStyle
javax.swing.text.Style taskStartedStyle
-
taskStartFont
java.awt.Font taskStartFont
-
taskWarningStyle
javax.swing.text.Style taskWarningStyle
-
-
Class org.jorigin.task.TaskEvent extends java.awt.AWTEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
size
int size
The size of the task (number of step of progress needed to accomplish the task -
taskDescription
java.lang.String taskDescription
The description of the current task -
taskName
java.lang.String taskName
The name of the task which this event is attached
-
-