Interface OutputDevice

    • Method Detail

      • setFont

        void setFont​(FSFont font)
      • setColor

        void setColor​(FSColor color)
      • drawRect

        void drawRect​(int x,
                      int y,
                      int width,
                      int height)
      • drawOval

        void drawOval​(int x,
                      int y,
                      int width,
                      int height)
      • drawBorderLine

        void drawBorderLine​(java.awt.Rectangle bounds,
                            int side,
                            int width,
                            boolean solid)
      • drawImage

        void drawImage​(FSImage image,
                       int x,
                       int y)
      • fill

        void fill​(java.awt.Shape s)
      • fillRect

        void fillRect​(int x,
                      int y,
                      int width,
                      int height)
      • fillOval

        void fillOval​(int x,
                      int y,
                      int width,
                      int height)
      • clip

        void clip​(java.awt.Shape s)
      • getClip

        java.awt.Shape getClip()
      • setClip

        void setClip​(java.awt.Shape s)
      • translate

        void translate​(double tx,
                       double ty)
      • setStroke

        void setStroke​(java.awt.Stroke s)
      • getStroke

        java.awt.Stroke getStroke()
      • getRenderingHint

        java.lang.Object getRenderingHint​(java.awt.RenderingHints.Key key)
      • setRenderingHint

        void setRenderingHint​(java.awt.RenderingHints.Key key,
                              java.lang.Object value)
      • isSupportsSelection

        boolean isSupportsSelection()
      • isSupportsCMYKColors

        boolean isSupportsCMYKColors()