Class PlatformViewOptions

    • Constructor Detail

      • PlatformViewOptions

        public PlatformViewOptions()
      • PlatformViewOptions

        public PlatformViewOptions​(org.json.JSONObject json)
    • Method Detail

      • setAutoResizeOptions

        public void setAutoResizeOptions​(AutoResizeOptions options)
      • setContextMenuSettings

        public void setContextMenuSettings​(ContextMenuSettings contextMenuSettings)
      • getBackgroundColor

        public java.lang.String getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(java.lang.String backgroundColor)
      • getBounds

        public java.awt.Rectangle getBounds()
      • setBounds

        public void setBounds​(java.awt.Rectangle rect)
      • setBounds

        public void setBounds​(int x,
                              int y,
                              int width,
                              int height)
      • setCustomData

        public void setCustomData​(java.lang.Object customData)
      • getCustomContext

        public java.lang.Object getCustomContext()
      • setCustomContext

        public void setCustomContext​(java.lang.Object customContext)
      • getCustomData

        public java.lang.Object getCustomData()
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getUrl

        public java.lang.String getUrl()
      • setUrl

        public void setUrl​(java.lang.String url)
      • getProcessAffinity

        public java.lang.String getProcessAffinity()
      • setProcessAffinity

        public void setProcessAffinity​(java.lang.String processAffinity)
      • getTarget

        public Identity getTarget()
      • getJson

        public org.json.JSONObject getJson()
        Description copied from class: JsonBean
        Gets the underlying JSONObject
        Overrides:
        getJson in class JsonBean
        Returns:
        JSONObject