public class TransformValidator extends Object The transform validator. Angle units:
deg Degrees.
grad Gradians.
rad Radians.
turn Turns.
- Author:
- Christopher Mindus
Nested Class Summary 
Nested Classes
static class
Internal angle unit class.
Field Summary 
Fields
List of value objects, either GUnit, Double or Angle.
Constructor Summary 
Constructors
Creates the validator for an input.
Method Summary 
Gets the parameters that were successfully parsed.
void
Helper to fill in values in entry fields.
Short double formatting to string.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Details 
ANGLE_UNITS 
public static final String[] ANGLE_UNITS Angle units.
function 
Function.
values 
List of value objects, either GUnit, Double or Angle.
error 
Potential error.
Constructor Details 
TransformValidator 
public TransformValidator(String input) Creates the validator for an input.
Method Details 
shortDouble 
public static String shortDouble(double d) Short double formatting to string.
getCSSValue 
Gets the parameters that were successfully parsed.
setEntryFields 
public void setEntryFields(Text... texts) Helper to fill in values in entry fields.