com.supermap.realspace

Class GlobalImage

  • java.lang.Object
    • com.supermap.realspace.GlobalImage


  • public class GlobalImage
    extends java.lang.Object
    Global basemap class.
    • Constructor Detail

      • GlobalImage

        public GlobalImage()
    • Method Detail

      • getTransparency

        public int getTransparency()
        Returns the transparency of the global basemap.
        Returns:
        Transparency of the global basemap.
      • setTransparency

        public void setTransparency(int value)
        Set the transparency of the global basemap.
        Parameters:
        value - The transparency of the global basemap. The value ranges from 0 to 100. 0 is opaque and 100 is all transparent
      • getUndergroundBackColor

        public Color getUndergroundBackColor()
        Gets the background color of the underground area.
        Returns:
        background color.
      • setUndergroundBackColor

        public void setUndergroundBackColor(Color value)
        Set the background color of the underground area.
        Parameters:
        value - The specified color.