Class InstructionViewer.View

  • Enclosing class:
    InstructionViewer

    private static class InstructionViewer.View
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.awt.geom.AffineTransform offGraphicsTransform  
      private double scale  
      private double x  
      private double y  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private View()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double screenx()  
      double screeny()  
      double translatex​(int _screenx)  
      double translatey​(int _screeny)  
      • Methods inherited from class java.lang.Object

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

      • offGraphicsTransform

        java.awt.geom.AffineTransform offGraphicsTransform
      • scale

        private double scale
      • x

        private double x
      • y

        private double y
    • Constructor Detail

      • View

        private View()
    • Method Detail

      • translatex

        public double translatex​(int _screenx)
      • screenx

        public double screenx()
      • translatey

        public double translatey​(int _screeny)
      • screeny

        public double screeny()