com.partnersoft.maps.rover
Class RoverByteParams

java.lang.Object
  extended by com.partnersoft.maps.rover.RoverByteParams
All Implemented Interfaces:
Immutable

public class RoverByteParams
extends java.lang.Object
implements Immutable

Flags and parameters that control the Rover bytecode format.

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Constructor Summary
RoverByteParams(int precision, XyPoint origin, XySize size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoverByteParams

public RoverByteParams(int precision,
                       XyPoint origin,
                       XySize size)