Test
Class Pointer

java.lang.Object
  extended by Test.Pointer

public class Pointer
extends java.lang.Object


Field Summary
 int L
           
 int N
          'North' value of pointer
 int R
           
 int S
           
 int Warm
          Determines indicated pixel value
 
Constructor Summary
Pointer()
          Creates this pointer object to maintain careful shape tracing.
 
Method Summary
 int byteVal()
          Byte representation :
 void zeros()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Warm

public int Warm
Determines indicated pixel value


N

public int N
'North' value of pointer


S

public int S

R

public int R

L

public int L
Constructor Detail

Pointer

public Pointer()
Creates this pointer object to maintain careful shape tracing.

Method Detail

zeros

public void zeros()

byteVal

public int byteVal()
Byte representation :

Returns: