net.sf.jcgm.core
Class RealPrecision

java.lang.Object
  extended by net.sf.jcgm.core.Command
      extended by net.sf.jcgm.core.RealPrecision
All Implemented Interfaces:
java.lang.Cloneable

public class RealPrecision
extends Command

Class=1, Element=5

Version:
$Id: RealPrecision.java 46 2011-12-14 08:26:44Z phica $
Author:
xphc (Philippe Cadé), BBNT Solutions

Field Summary
 
Fields inherited from class net.sf.jcgm.core.Command
args, currentArg
 
Constructor Summary
RealPrecision(int ec, int eid, int l, java.io.DataInput in)
           
 
Method Summary
static net.sf.jcgm.core.RealPrecision.Precision getPrecision()
           
static boolean hasRealPrecisionBeenProcessed()
          Returns a flag to tell us if we encountered a real precision command already or not
static void reset()
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.jcgm.core.Command
alignOnWord, clone, getElementClass, getElementCode, info, makeByte, makeChar, makeColorIndex, makeColorIndex, makeDirectColor, makeEnum, makeFixedPoint, makeFixedString, makeFloat32, makeFloatingPoint, makeFloatingPoint32, makeIndex, makeInt, makeName, makePoint, makeReal, makeSDR, makeSignedInt16, makeSignedInt24, makeSignedInt32, makeSignedInt8, makeSizeSpecification, makeString, makeUInt, makeVc, makeVdc, paint, printShape, read, readCommand, sizeOfDirectColor, sizeOfEnum, sizeOfInt, sizeOfPoint, sizeOfVdc, unimplemented, unsupported
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RealPrecision

public RealPrecision(int ec,
                     int eid,
                     int l,
                     java.io.DataInput in)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

reset

public static void reset()

getPrecision

public static net.sf.jcgm.core.RealPrecision.Precision getPrecision()

hasRealPrecisionBeenProcessed

public static boolean hasRealPrecisionBeenProcessed()
Returns a flag to tell us if we encountered a real precision command already or not

Returns:

toString

public java.lang.String toString()
Overrides:
toString in class Command


Part of the jcgm library http://jcgm.sourceforge.net/