Uses of Package
lib.core

Packages that use lib.core
app   
lib   
lib.core   
lib.io   
lib.utils   
 

Classes in lib.core used by app
FractalModel
          a fractal model represents the compressed form of the image.

from <Range, <Domain, Transform>>
..to <Domain, <Transform, {Range}>>

or from:
Point1 - Domain1 - Transform1
Point2 - Domain2 - Transform1
Point3 - Domain1 - Transform2
Point4 - Domain1 - Transform2
Point5 - Domain2 - Transform1

to:
Domain1 -[ Transform1 -[ Point1 ]]
{@code .......
 

Classes in lib.core used by lib
FractalModel
          a fractal model represents the compressed form of the image.

from <Range, <Domain, Transform>>
..to <Domain, <Transform, {Range}>>

or from:
Point1 - Domain1 - Transform1
Point2 - Domain2 - Transform1
Point3 - Domain1 - Transform2
Point4 - Domain1 - Transform2
Point5 - Domain2 - Transform1

to:
Domain1 -[ Transform1 -[ Point1 ]]
{@code .......
 

Classes in lib.core used by lib.core
ImageHolder
          wrapper around images, to add Serialization
Point
          A point representing a location in (x, y) coordinate space, specified in short precision.
 

Classes in lib.core used by lib.io
FractalModel
          a fractal model represents the compressed form of the image.

from <Range, <Domain, Transform>>
..to <Domain, <Transform, {Range}>>

or from:
Point1 - Domain1 - Transform1
Point2 - Domain2 - Transform1
Point3 - Domain1 - Transform2
Point4 - Domain1 - Transform2
Point5 - Domain2 - Transform1

to:
Domain1 -[ Transform1 -[ Point1 ]]
{@code .......
 

Classes in lib.core used by lib.utils
Point
          A point representing a location in (x, y) coordinate space, specified in short precision.