Class PagePreview

    • Field Detail

      • width

        protected int width
      • height

        protected int height
      • source

        protected Image source
      • image

        protected Image image
    • Constructor Detail

      • PagePreview

        public PagePreview​(int w,
                           int h,
                           Image source)
        Insert the method's description here. Creation date: (12.5.2001 16:53:36)
        Parameters:
        w - int
        h - int
        source - java.awt.Image
    • Method Detail

      • getMainimumSize

        public Dimension getMainimumSize()
        Insert the method's description here. Creation date: (12.5.2001 16:43:10)
        Returns:
        something
      • getMaximumSize

        public Dimension getMaximumSize()
        Insert the method's description here. Creation date: (12.5.2001 16:43:10)
        Overrides:
        getMaximumSize in class JComponent
        Returns:
        something
      • getPreferredSize

        public Dimension getPreferredSize()
        Insert the method's description here. Creation date: (12.5.2001 16:43:10)
        Overrides:
        getPreferredSize in class JComponent
        Returns:
        something
      • paint

        public void paint​(Graphics g)
        Insert the method's description here. Creation date: (12.5.2001 16:55:17)
        Overrides:
        paint in class JComponent
        Parameters:
        g - java.awt.Graphics
      • setScaledSize

        public void setScaledSize​(int w,
                                  int h)
        Insert the method's description here. Creation date: (12.5.2001 16:52:04)
        Parameters:
        w - int
        h - int