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

V

validate(Object) - Method in class jApp.BooleanVariable
 
validate(Object) - Method in class jApp.DoubleVariable
 
validate(Object) - Method in class jApp.LongVariable
 
validate(Object) - Method in class jApp.StringVariable
 
validate(Object) - Method in interface jApp.ValueInterface
 
validate(Object) - Method in class jApp.Variable
Validates the value and returns a constant describing the result
VALUE_VALID - Static variable in interface jApp.ValueInterface
 
valueEquals(Object) - Method in class jApp.DoubleVariable
 
valueEquals(Object) - Method in class jApp.LongVariable
Note that, in the case that the value is an instance of class Float or class Double, this may return true, even if the numerical values are not equal but when cast to long will compare equal.
valueEquals(Object) - Method in class jApp.Variable
Compares the equality of the variables value.
ValueInterface - Interface in jApp
 
valueOf(String) - Static method in enum jApp.Document.SaveOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jApp.PerformanceKey
Returns the enum constant of this type with the specified name.
values() - Static method in enum jApp.Document.SaveOptions
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum jApp.PerformanceKey
Returns an array containing the constants of this enum type, in the order they're declared.
Variable - Class in jApp
This class provides a way to create named variables that are persitently stored into a Document.
Variable() - Constructor for class jApp.Variable
Constructs a variable with the initial (default) value of null
Variable(Object) - Constructor for class jApp.Variable
Constructs a variable with the given default value.
viewToWorld(Point) - Method in class jApp.DocumentView
 

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