Class ImageRenderOptions

    • Constructor Detail

      • ImageRenderOptions

        public ImageRenderOptions()
        Initialize an instance of ImageRenderOptions
    • Method Detail

      • getBackgroundColor

        public java.awt.Color getBackgroundColor()
        The background color of the render result.
      • setBackgroundColor

        public void setBackgroundColor​(java.awt.Color value)
        The background color of the render result.
        Parameters:
        value - New value
      • getAssetDirectories

        public java.util.ArrayList<java.lang.String> getAssetDirectories()
        Directories that stored external assets(like textures)
      • setAssetDirectories

        public void setAssetDirectories​(java.util.ArrayList<java.lang.String> value)
        Directories that stored external assets(like textures)
        Parameters:
        value - New value
      • getEnableShadows

        public boolean getEnableShadows()
        Gets whether to render shadows.
      • setEnableShadows

        public void setEnableShadows​(boolean value)
        Sets whether to render shadows.
        Parameters:
        value - New value