Package com.sun.jimi.core.vmem

Class Summary
BytePageFrame PageFrame supporting byte-based pages.
BytePageMapper Page mapper extension mapping byte-based rectangle and pixel operations onto page-sized operations which are performed through page frames.
IntPageFrame PageFrame supporting int-based pages.
IntPageMapper Page mapper extension mapping int-based rectangle and pixel operations onto page-sized operations which are performed through page frames.
PageFrame Base class for in-memory buffers representing pages of paged data.
PageMapper A class for managing the swapping of paged virtual memory.
VMemParameters Parameters for virtual-memory based images.