A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

J

j97 - Variable in class cz.cuni.jagrlib.RandomJames
 
JAGRLIB - Static variable in interface cz.cuni.jagrlib.Template
Base JaGrLib package.
JAGRLIB2 - Static variable in interface cz.cuni.jagrlib.Template
Base JaGrLib package with trailing dot.
JAGRLIB_URL - Static variable in class cz.cuni.jagrlib.Version
URL (home-page) of JaGrLib.
JaGrLibException - Exception in cz.cuni.jagrlib
Generic JaGrLib throwable exception: unchecked exception (holding general Throwable).
JaGrLibException(Throwable) - Constructor for exception cz.cuni.jagrlib.JaGrLibException
Constructs an JaGrLibException with no detail message.
JaGrLibException(String, Throwable) - Constructor for exception cz.cuni.jagrlib.JaGrLibException
Constructs an JaGrLibException with the specified detail message and explicit "cause".
JaGrLibException(String) - Constructor for exception cz.cuni.jagrlib.JaGrLibException
Constructs an JaGrLibException with the specified detail message.
JavaBitStream - Class in cz.cuni.jagrlib.piece
Bit-stream object implemented with help of java.io streams (InputStream, OutputStream).
JavaBitStream() - Constructor for class cz.cuni.jagrlib.piece.JavaBitStream
 
JavaText - Class in cz.cuni.jagrlib.piece
Text drawing using Graphics implementation.
JavaText() - Constructor for class cz.cuni.jagrlib.piece.JavaText
 
jCC - Variable in class cz.cuni.jagrlib.gui.OptionsDialog.PanelColorChooser
Color chooser object.
JFIFFileFormat - Class in cz.cuni.jagrlib.piece
JFIF file format (persistence of 2D raster graphics data).
JFIFFileFormat() - Constructor for class cz.cuni.jagrlib.piece.JFIFFileFormat
 
JGLScript - Class in cz.cuni.jagrlib.xml
Script read from XML file.
JGLScript() - Constructor for class cz.cuni.jagrlib.xml.JGLScript
 
JGLScript.ArgParseState - Class in cz.cuni.jagrlib.xml
Reads direct argument: atomic type, 1D array..
JGLScript.ArgParseState(int, Attributes) - Constructor for class cz.cuni.jagrlib.xml.JGLScript.ArgParseState
 
JGLScript.ArrayState - Class in cz.cuni.jagrlib.xml
Defines general array object.
JGLScript.ArrayState(Attributes) - Constructor for class cz.cuni.jagrlib.xml.JGLScript.ArrayState
 
JGLScript.ClassState - Class in cz.cuni.jagrlib.xml
Reads full class specification and returns it using setValue().
JGLScript.ClassState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.ClassState
 
JGLScript.ConstructorState - Class in cz.cuni.jagrlib.xml
Constructs the object using explicitly defined constructor.
JGLScript.ConstructorState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.ConstructorState
 
JGLScript.DefState - Class in cz.cuni.jagrlib.xml
Defines literal (named) object: atomic type, 1D array..
JGLScript.DefState(Attributes) - Constructor for class cz.cuni.jagrlib.xml.JGLScript.DefState
 
JGLScript.FunctionState - Class in cz.cuni.jagrlib.xml
Executes function from the other object.
JGLScript.FunctionState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.FunctionState
 
JGLScript.InitState - Class in cz.cuni.jagrlib.xml
Global parsing state encapsulating the whole XML file.
JGLScript.InitState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.InitState
 
JGLScript.MemberState - Class in cz.cuni.jagrlib.xml
Fetches member variable from the given class/instance.
JGLScript.MemberState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.MemberState
 
JGLScript.MethodState - Class in cz.cuni.jagrlib.xml
Invokes the given method of the ancestor object.
JGLScript.MethodState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.MethodState
 
JGLScript.NullState - Class in cz.cuni.jagrlib.xml
Null reference literal.
JGLScript.NullState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.NullState
 
JGLScript.ObjectState - Class in cz.cuni.jagrlib.xml
Defines a new object instance.
JGLScript.ObjectState(Attributes) - Constructor for class cz.cuni.jagrlib.xml.JGLScript.ObjectState
 
JGLScript.ParseState - Class in cz.cuni.jagrlib.xml
Generic state object.
JGLScript.ParseState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.ParseState
Pushes new parsing state on the stack.
JGLScript.RefState - Class in cz.cuni.jagrlib.xml
Reads reference to previously defined object.
JGLScript.RefState(int) - Constructor for class cz.cuni.jagrlib.xml.JGLScript.RefState
 
JGLScript.ReturnState - Class in cz.cuni.jagrlib.xml
Defines result object map.
JGLScript.ReturnState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.ReturnState
 
JGLScript.ScriptState - Class in cz.cuni.jagrlib.xml
Parses the whole JGL script (inside of the <script> tag).
JGLScript.ScriptState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.ScriptState
 
JGLScript.SequenceState - Class in cz.cuni.jagrlib.xml
Defines vector of the objects.
JGLScript.SequenceState() - Constructor for class cz.cuni.jagrlib.xml.JGLScript.SequenceState
 
JGLScript.SetState - Class in cz.cuni.jagrlib.xml
Invokes the set() method of the ancestor object.
JGLScript.SetState(Attributes) - Constructor for class cz.cuni.jagrlib.xml.JGLScript.SetState
Force ancestor to create object instance.
JGLScript.TextParseState - Class in cz.cuni.jagrlib.xml
General text-parsing state, accumulates text into StringBuffer.
JGLScript.TextParseState(int) - Constructor for class cz.cuni.jagrlib.xml.JGLScript.TextParseState
 
jittering - Variable in class cz.cuni.jagrlib.piece.JitteringSynthesizer
Actual jittering amplitude (0.0 to 1.0).
JITTERING - Static variable in class cz.cuni.jagrlib.piece.JitteringSynthesizer
 
JitteringSynthesizer - Class in cz.cuni.jagrlib.piece
Jittering image synthesizer with progressive rendering.
JitteringSynthesizer() - Constructor for class cz.cuni.jagrlib.piece.JitteringSynthesizer
 
join - Variable in class cz.cuni.jagrlib.piece.LineBresenham
Line-join state.
joinStyle - Variable in class cz.cuni.jagrlib.testing.PolylineAntialias
Line-join style.
JPEGQuantizer - Class in cz.cuni.jagrlib.piece
JPEG-like block quantizer.
JPEGQuantizer() - Constructor for class cz.cuni.jagrlib.piece.JPEGQuantizer
 
jPopupMenuActions - Variable in class cz.cuni.jagrlib.gui.ModuleGUI
 
jScrollPaneParams - Variable in class cz.cuni.jagrlib.gui.ModuleGUIImproved
 
JSHash() - Method in class cz.cuni.jagrlib.HashFunction
A bitwise hash function written by Justin Sobel.
jTextArea - Variable in class cz.cuni.jagrlib.gui.ParamText
Multi-line text editing area.
jTextField - Variable in class cz.cuni.jagrlib.gui.ParamString
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z