kiyut.citra 3.7

Serialized Form


Package kiyut.citra.actions

Class kiyut.citra.actions.AbstractCallableSystemAction extends org.openide.util.actions.CallableSystemAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.ApplyAction extends AbstractCallableSystemAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.BackgroundCheckerboardAction extends org.openide.util.actions.BooleanStateAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.DiscardAction extends AbstractCallableSystemAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.EffectsTopComponentAction extends AbstractAction implements Serializable

Class kiyut.citra.actions.FXCanvasTopComponentAction extends AbstractAction implements Serializable

Class kiyut.citra.actions.InvertSelectionAction extends AbstractCallableSystemAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.MRUFilesAction extends AbstractCallableSystemAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.OpenAction extends AbstractCallableSystemAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.RevertAction extends AbstractCallableSystemAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.SaveAsAction extends AbstractCallableSystemAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.SaveCopyAction extends AbstractCallableSystemAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package kiyut.citra.actions.toolbox

Class kiyut.citra.actions.toolbox.AbstractToolAction extends org.openide.util.actions.BooleanStateAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.toolbox.CropToolAction extends AbstractToolAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.toolbox.PanToolAction extends AbstractToolAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.toolbox.SelectionEllipseToolAction extends AbstractToolAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.toolbox.SelectionLassoToolAction extends AbstractToolAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.toolbox.SelectionMoveToolAction extends AbstractToolAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.toolbox.SelectionRectangleToolAction extends AbstractToolAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.toolbox.SelectionResizeToolAction extends AbstractToolAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.actions.toolbox.SelectionRotateToolAction extends AbstractToolAction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package kiyut.citra.canvas

Class kiyut.citra.canvas.AbstractFXFilterSettingsPane extends JPanel implements Serializable

Serialized Fields

filter

FXFilter filter

Class kiyut.citra.canvas.FXCanvas extends JComponent implements Serializable

Serialized Fields

zoomFactor

double zoomFactor
the zoomFactor for this component.


fitSize

boolean fitSize
the fit size for this component.


renderer

FXRenderer renderer
FXRenderer


context

FXContext context
context


transform

AffineTransform transform
this canvas current transform


imageBounds

Rectangle2D imageBounds
imageBounds


transformValid

boolean transformValid
flag for canvas current transform validity


backgroundCheckerboard

boolean backgroundCheckerboard
flag for checkerboard background


checkerColor1

Color checkerColor1
background checker color 1 for alpha


checkerColor2

Color checkerColor2
background checker color 2 for alpha


borderStroke

Stroke borderStroke
border Stroke


selectionModel

FXSelectionModel selectionModel
selection model


renderThread

Thread renderThread
render thread


openFile

boolean openFile
boolean indicate opening new File


Package kiyut.citra.canvas.tool

Class kiyut.citra.canvas.tool.DropperPane extends JPanel implements Serializable

Serialized Fields

colorButton

JButton colorButton

jLabel1

JLabel jLabel1

Package kiyut.citra.event

Class kiyut.citra.event.ProgressEvent extends EventObject implements Serializable

Class kiyut.citra.event.ToolEvent extends EventObject implements Serializable


Package kiyut.citra.io

Class kiyut.citra.io.ImageWriterDialog extends JDialog implements Serializable

Serialized Fields

bundle

ResourceBundle bundle

image

BufferedImage image

file

File file
If this is not null, the image is successfully saved


buttonPane

JPanel buttonPane

cancelButton

JButton cancelButton

compressionSlider

JSlider compressionSlider

forceTransparentCheckBox

JCheckBox forceTransparentCheckBox

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

optimizeCheckBox

JCheckBox optimizeCheckBox

optionsPane

JPanel optionsPane

progressBar

JProgressBar progressBar

progressiveCheckBox

JCheckBox progressiveCheckBox

saveButton

JButton saveButton

typeCombo

JComboBox typeCombo

Package kiyut.citra.options

Class kiyut.citra.options.AbstractOptionsPane extends JPanel implements Serializable

Class kiyut.citra.options.CanvasOptionsPane extends AbstractOptionsPane implements Serializable

Serialized Fields

bundle

ResourceBundle bundle

handleSizeCombo

JComboBox handleSizeCombo

jLabel1

JLabel jLabel1

jLabel12

JLabel jLabel12

jLabel2

JLabel jLabel2

jLabel3

JLabel jLabel3

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

selectionColor1Button

JButton selectionColor1Button

selectionColor2Button

JButton selectionColor2Button

toolOverlayColorButton

JButton toolOverlayColorButton

toolOverlayOpacitySlider

JSlider toolOverlayOpacitySlider

Package kiyut.citra.registration

Class kiyut.citra.registration.BetaVersionPane extends JPanel implements Serializable

Serialized Fields

jLabel1

JLabel jLabel1

jScrollPane1

JScrollPane jScrollPane1

textArea

JTextArea textArea

Class kiyut.citra.registration.RegisterWindow extends JDialog implements Serializable

Serialized Fields

registered

boolean registered

buttonPane

JPanel buttonPane
Closes the dialog


cancelButton

JButton cancelButton

jLabel1

JLabel jLabel1

jLabel2

JLabel jLabel2

jLabel3

JLabel jLabel3

jPanel1

JPanel jPanel1

nameField

JTextField nameField

registerButton

JButton registerButton

serialNoField

JTextField serialNoField

Class kiyut.citra.registration.ReminderDialog extends JDialog implements Serializable

Serialized Fields

timer

Timer timer

elapsed

int elapsed

buttonPane

JPanel buttonPane

buyButton

JButton buyButton

countLabel

JLabel countLabel

evaluateButton

JButton evaluateButton

infoPane

JPanel infoPane

jLabel1

JLabel jLabel1

jLabel2

JLabel jLabel2

jLabel3

JLabel jLabel3

jLabel4

JLabel jLabel4

jLabel5

JLabel jLabel5

jLabel6

JLabel jLabel6

jLabel7

JLabel jLabel7

jLabel8

JLabel jLabel8

jPanel1

JPanel jPanel1

jSeparator1

JSeparator jSeparator1

jSeparator2

JSeparator jSeparator2

registerButton

JButton registerButton

Package kiyut.citra.windows

Class kiyut.citra.windows.EffectsTopComponent extends org.openide.windows.TopComponent implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.windows.FXCanvasTopComponent extends org.openide.windows.TopComponent implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class kiyut.citra.windows.ThumbnailPane extends JComponent implements Serializable

Serialized Fields

image

BufferedImage image
an image for this component


imageSize

Dimension imageSize

areaSize

Dimension areaSize

Package kiyut.swing.button

Class kiyut.swing.button.ColorChooserButton extends JButton implements Serializable

Serialized Fields

color

Color color

Class kiyut.swing.button.ComboToggleButton extends JToggleButton implements Serializable

Serialized Fields

popupMenu

JPopupMenu popupMenu

selectedItem

JMenuItem selectedItem

timer

Timer timer
Timer for popup to show, if pressed long enough


delay

int delay
delay for popup to show, default is 500 milisecond


componentMouseInputListener

MouseInputListener componentMouseInputListener

componentActionListener

ActionListener componentActionListener

timerActionListener

ActionListener timerActionListener

popupMenuItemListener

ItemListener popupMenuItemListener

Package kiyut.swing.combo

Class kiyut.swing.combo.SeparatorComboBox extends JComboBox implements Serializable


kiyut.citra 3.7