Class ViewResourceEditor.ViewSaveData

  • Enclosing class:
    ViewResourceEditor

    public static class ViewResourceEditor.ViewSaveData
    extends java.lang.Object
    Serialization helper class for view saves that includes size info about the view itself, used for getting appropriately sized screenshots
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewSaveData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • origin

        @Nullable
        public java.awt.Point origin
      • terminus

        @Nullable
        public java.awt.Point terminus
    • Constructor Detail

      • ViewSaveData

        public ViewSaveData()