org.shapelogic.imageprocessing
Interface PixelJumperByte

All Known Subinterfaces:
IPixelTypeFinder
All Known Implementing Classes:
BaseMaxDistanceVectorizer, BaseVectorizer, DigitStreamVectorizer_, DirectionBasedVectorizer, DirectionBasedVectorizer_, LineVectorizer, MaxDistanceVectorizer, NeighborChecker, PriorityBasedPixelTypeFinder, ShortLineBasedVectorizer, SimplePixelTypeFinder, StreamVectorizer, StreamVectorizer_, StreamVectorizerIJ

public interface PixelJumperByte

Not sure if I need this, but this is a little bit of structure build on top of the ByteProcessor. I think that the idea is that you just take one of them and use it in an adapter.

Author:
Sami Badawi

Method Summary
 int[] getCyclePoints()
          What you need to add to the the index in the pixels array to get to the indexed point.
 int getMaxX()
           
 int getMaxY()
           
 int getMinX()
           
 int getMinY()
           
 byte[] getPixels()
           
 

Method Detail

getPixels

byte[] getPixels()

getMinX

int getMinX()

getMaxX

int getMaxX()

getMinY

int getMinY()

getMaxY

int getMaxY()

getCyclePoints

int[] getCyclePoints()
What you need to add to the the index in the pixels array to get to the indexed point.



Copyright © 2009. All Rights Reserved.