Class FieldCryptoXmlTxt0.RealDetail

java.lang.Object
pygar.zoneable.FieldCryptoXmlTxt0.RealDetail
Enclosing class:
FieldCryptoXmlTxt0

public class FieldCryptoXmlTxt0.RealDetail
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    double offset  
    double scale  
    boolean useOffset  
  • Constructor Summary

    Constructors 
    Constructor Description
    RealDetail​(double scale, boolean useOffset, double offset)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • scale

      public volatile double scale
    • useOffset

      public volatile boolean useOffset
    • offset

      public volatile double offset
  • Constructor Details

    • RealDetail

      public RealDetail​(double scale, boolean useOffset, double offset)