Uses of Interface
com.rubecula.util.PresentableFactoryInterface

Packages that use PresentableFactoryInterface
com.rubecula.jep JQuantity/JEP Integration (Optional package). 
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

 

Uses of PresentableFactoryInterface in com.rubecula.jep
 

Fields in com.rubecula.jep declared as PresentableFactoryInterface
private  PresentableFactoryInterface PresentableNumberFactory._PresentableFactory
          An implementation of PresentableFactoryInterface, in particular: PresentableFactory.
 

Uses of PresentableFactoryInterface in com.rubecula.jquantity
 

Classes in com.rubecula.jquantity that implement PresentableFactoryInterface
 class PresentableFactory
          Factory class for creating Presentables from double or long values (the preferred method of creating Presentables is to start with a String, create a Presentation using an implementer of PresentationFactoryInterface, and then turn that into a Presentable).