Uses of Class
facets.util.NumberPolicy

Packages that use NumberPolicy
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial Superficial targeting mechanism and and simple targets. 
facets.facet Surface building. 
facets.util General-purpose utilities and non-Superficial interfaces. 
facets.util.geom Plane geometry. 
facets.util.shade Abstract colours. 
 

Uses of NumberPolicy in facets.core.app
 

Methods in facets.core.app with parameters of type NumberPolicy
 SNumeric ValueContent.newNumeric(ValueNode values, java.lang.String key, NumberPolicy policy)
           
 

Uses of NumberPolicy in facets.core.superficial
 

Methods in facets.core.superficial that return NumberPolicy
 NumberPolicy SNumeric.policy()
          Returns the current number policy.
 NumberPolicy SNumeric.Coupler.policy(SNumeric n)
          Returns the policy to be used by a SNumeric constructed with this SNumeric.Coupler.
 

Uses of NumberPolicy in facets.facet
 

Fields in facets.facet declared as NumberPolicy
static NumberPolicy AreaFacets.SASH_SPLIT_POLICY
           
 

Uses of NumberPolicy in facets.util
 

Subclasses of NumberPolicy in facets.util
static class NumberPolicy.Ticked
          Validation and tick-based display of numbers.
static class NumberPolicy.ValueVariable
          NumberPolicy.Ticked that adjusts to changes in the value managed.
 

Uses of NumberPolicy in facets.util.geom
 

Subclasses of NumberPolicy in facets.util.geom
 class AnglePolicy
          Validation and display of angle values.
 

Uses of NumberPolicy in facets.util.shade
 

Subclasses of NumberPolicy in facets.util.shade
static class Shades.HSBPolicy
          Policy for shade HSB values.
static class Shades.RGBPolicy
          Policy for shade RGB values.