Package org.pbjar.jxlayer.plaf.ext.transform

Provides for companion classes for the TransformUI.

See:
          Description

Interface Summary
TransformModel The TransformModel interface specifies the methods the TransformUI will use to interrogate a transformation model.
 

Class Summary
DefaultLayerLayout A copy of the private static inner class in JXLayer.
DefaultTransformModel This is an implementation of TransformModel with methods to explicitly set transformation values.
TransformLayout A specialized layout manager for JXLayer in combination with the TransformUI.
TransformRPMFallBack A specialized RepaintManager that checks for every JComponent that is being set dirty, if it has a JXLayer ancestor, equipped with a TransformUI.
TransformRPMImpl To avoid duplicate code, this class implements the actual logic for TransformRPMSwingX and TransformRPMFallBack.
TransformRPMSwingX A specialized RepaintManager that checks for every JComponent that is being set dirty, if it has a JXLayer ancestor, equipped with a TransformUI.
 

Annotation Types Summary
TransformRPMAnnotation A marker for an adequate RepaintManager for the TransformUI.
 

Package org.pbjar.jxlayer.plaf.ext.transform Description

Provides for companion classes for the TransformUI.