Class CefScreenInfo


  • public class CefScreenInfo
    extends java.lang.Object
    • Field Detail

      • device_scale_factor

        public double device_scale_factor
      • depth

        public int depth
      • depth_per_component

        public int depth_per_component
      • is_monochrome

        public boolean is_monochrome
      • x

        public int x
      • y

        public int y
      • width

        public int width
      • height

        public int height
      • available_x

        public int available_x
      • available_y

        public int available_y
      • available_width

        public int available_width
      • available_height

        public int available_height
    • Constructor Detail

      • CefScreenInfo

        public CefScreenInfo()
    • Method Detail

      • Set

        public void Set​(double device_scale_factor,
                        int depth,
                        int depth_per_component,
                        boolean is_monochrome,
                        java.awt.Rectangle rect,
                        java.awt.Rectangle availableRect)