Serialized Form
-
Package ext.plantuml.com.google.zxing
-
Class ext.plantuml.com.google.zxing.ChecksumException extends ReaderException implements Serializable
-
Class ext.plantuml.com.google.zxing.FormatException extends ReaderException implements Serializable
-
Class ext.plantuml.com.google.zxing.NotFoundException extends ReaderException implements Serializable
-
Class ext.plantuml.com.google.zxing.ReaderException extends java.lang.Exception implements Serializable
-
Class ext.plantuml.com.google.zxing.WriterException extends java.lang.Exception implements Serializable
-
-
Package ext.plantuml.com.google.zxing.common.reedsolomon
-
Class ext.plantuml.com.google.zxing.common.reedsolomon.ReedSolomonException extends java.lang.Exception implements Serializable
-
-
Package jcckit.util
-
Class jcckit.util.FactoryException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_className
java.lang.String _className
-
_fullKey
java.lang.String _fullKey
-
_reason
java.lang.Object _reason
-
-
-
-
Package net.sourceforge.plantuml
-
Class net.sourceforge.plantuml.FileFormatOption extends java.lang.Object implements Serializable
-
Serialized Fields
-
affineTransform
java.awt.geom.AffineTransform affineTransform
-
debugsvek
boolean debugsvek
-
fileFormat
FileFormat fileFormat
-
hoverColor
java.lang.String hoverColor
-
preserveAspectRatio
java.lang.String preserveAspectRatio
-
scale
double scale
-
svgLinkTarget
java.lang.String svgLinkTarget
-
tikzFontDistortion
TikzFontDistortion tikzFontDistortion
-
useRedForError
boolean useRedForError
-
watermark
java.lang.String watermark
-
withMetadata
boolean withMetadata
-
-
-
Class net.sourceforge.plantuml.Splash extends java.awt.Window implements Serializable
-
Serialized Fields
-
done
java.util.concurrent.atomic.AtomicInteger done
-
errors
java.util.concurrent.atomic.AtomicInteger errors
-
font
java.awt.Font font
-
height
int height
-
limX
int limX
-
limY
int limY
-
link
java.awt.Color link
-
logo
java.awt.image.BufferedImage logo
-
total
java.util.concurrent.atomic.AtomicInteger total
-
width
int width
-
xClicked
int xClicked
-
yClicked
int yClicked
-
-
-
-
Package net.sourceforge.plantuml.code
-
Class net.sourceforge.plantuml.code.NoPlantumlCompressionException extends java.io.IOException implements Serializable
-
-
Package net.sourceforge.plantuml.cucadiagram
-
Class net.sourceforge.plantuml.cucadiagram.UnparsableGraphvizException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
diagramSource
java.lang.String diagramSource
-
graphvizVersion
java.lang.String graphvizVersion
-
svg
java.lang.String svg
-
-
-
-
Package net.sourceforge.plantuml.evalex
-
Class net.sourceforge.plantuml.evalex.Expression.ExpressionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1118142866870779047L
-
Class net.sourceforge.plantuml.evalex.NString extends java.lang.Number implements Serializable
-
Serialized Fields
-
s
java.lang.String s
-
-
-
-
Package net.sourceforge.plantuml.geom.kinetic
-
Class net.sourceforge.plantuml.geom.kinetic.Point2DCharge extends java.awt.geom.Point2D.Double implements Serializable
-
Serialized Fields
-
charge
double charge
-
hash
int hash
-
moveObserver
MoveObserver moveObserver
-
-
-
-
Package net.sourceforge.plantuml.json
-
Class net.sourceforge.plantuml.json.JsonArray extends JsonValue implements Serializable
-
Serialized Fields
-
values
java.util.List<JsonValue> values
-
-
-
Class net.sourceforge.plantuml.json.JsonObject extends JsonValue implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream inputStream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
names
java.util.List<java.lang.String> names
-
values
java.util.List<JsonValue> values
-
-
-
Class net.sourceforge.plantuml.json.JsonValue extends java.lang.Object implements Serializable
-
Class net.sourceforge.plantuml.json.ParseException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
location
Location location
-
-
-
-
Package net.sourceforge.plantuml.oregon
-
Class net.sourceforge.plantuml.oregon.NoInputException extends java.lang.Exception implements Serializable
-
-
Package net.sourceforge.plantuml.style
-
Class net.sourceforge.plantuml.style.NoStyleAvailableException extends java.lang.RuntimeException implements Serializable
-
-
Package net.sourceforge.plantuml.svek
-
Class net.sourceforge.plantuml.svek.EmptySvgException extends java.lang.RuntimeException implements Serializable
-
-
Package net.sourceforge.plantuml.swing
-
Class net.sourceforge.plantuml.swing.MainWindow2 extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
changeDirButton
javax.swing.JButton changeDirButton
-
currentDirectoryListing2
java.util.List<net.sourceforge.plantuml.swing.SimpleLine2> currentDirectoryListing2
-
dirWatcher
DirWatcher2 dirWatcher
-
extensions
javax.swing.JTextField extensions
-
jList1
javax.swing.JList jList1
-
openWindows2
java.util.Set<net.sourceforge.plantuml.swing.ImageWindow2> openWindows2
-
option
Option option
-
period
int period
-
scrollPane
javax.swing.JScrollPane scrollPane
-
-
-
Class net.sourceforge.plantuml.swing.SpriteWindow extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
area
javax.swing.JTextArea area
-
last
java.lang.String last
-
-
-
-
Package net.sourceforge.plantuml.tim
-
Class net.sourceforge.plantuml.tim.EaterException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
message
java.lang.String message
-
-
-
Class net.sourceforge.plantuml.tim.EaterExceptionLocated extends java.lang.Exception implements Serializable
-
Serialized Fields
-
location
StringLocated location
-
message
java.lang.String message
-
-
-
-
Package net.sourceforge.plantuml.vizjs
-
Class net.sourceforge.plantuml.vizjs.GraphvizJsRuntimeException extends java.lang.RuntimeException implements Serializable
-
-
Package org.stathissideris.ascii2image.graphics
-
Class org.stathissideris.ascii2image.graphics.ShapePoint extends java.awt.geom.Point2D.Float implements Serializable
-
Serialized Fields
-
locked
boolean locked
-
type
int type
-
-
-
-
Package org.stathissideris.ascii2image.text
-
Class org.stathissideris.ascii2image.text.GridPatternGroup extends java.util.ArrayList<GridPattern> implements Serializable
-