Package guidoengine

Class guidodrawdesc

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int fHeight
      Indicates the size of the drawing area.
      boolean fIsprint
      Flag for printing.
      int fPage
      The page number.
      int fScrollx
      Indicates the coordinates of the score point that will appear at the graphic origin.
      int fScrolly
      Indicates the coordinates of the score point that will appear at the graphic origin.
      int fWidth
      Indicates the size of the drawing area.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void Init()
      Internal jni initialization method.
      void print()
      Print utility.
      • Methods inherited from class java.lang.Object

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

      • fPage

        public int fPage
        The page number. Starts from 1.
      • fScrollx

        public int fScrollx
        Indicates the coordinates of the score point that will appear at the graphic origin. Typical values are 0. Non null values have the effect of moving a window over the score page, like scroll bars that move a page view. Units are guido internal units.
      • fScrolly

        public int fScrolly
        Indicates the coordinates of the score point that will appear at the graphic origin. Typical values are 0. Non null values have the effect of moving a window over the score page, like scroll bars that move a page view. Units are guido internal units.
      • fWidth

        public int fWidth
        Indicates the size of the drawing area. Units are device units (typically pixels).
      • fHeight

        public int fHeight
        Indicates the size of the drawing area. Units are device units (typically pixels).
      • fIsprint

        public boolean fIsprint
        Flag for printing. If true, the engine ignores scroll and sizes parameters. (probably obsolete now!)
    • Constructor Detail

      • guidodrawdesc

        public guidodrawdesc()
      • guidodrawdesc

        public guidodrawdesc​(int w,
                             int h)
    • Method Detail

      • print

        public void print()
        Print utility.
      • Init

        protected static void Init()
        Internal jni initialization method. Automatically called at package init.