com.supermap.realspace
Class GlobalImage
- java.lang.Object
-
- com.supermap.realspace.GlobalImage
-
public class GlobalImage extends java.lang.Object
Global basemap class.
-
-
Constructor Summary
Constructors Constructor and Description GlobalImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getTransparency()
Returns the transparency of the global basemap.Color
getUndergroundBackColor()
Gets the background color of the underground area.void
setTransparency(int value)
Set the transparency of the global basemap.void
setUndergroundBackColor(Color value)
Set the background color of the underground area.
-
-
-
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.
-
-