public class IlpBackgroundCSSConfiguration extends Object
// Load a background file.
Backgrounds {
background[0]: @+background0;
}
Subobject#background0 {
class: "ilog.cpl.graph.background.css.IlpBackgroundCSSConfiguration";
//////////////////////
//Background URL
//////////////////////
url: "san-jose.png";
//////////////////////
//Load On Demand
//////////////////////
loadOnDemand: "true";
//////////////////////
//LOD - tiling
//////////////////////
tileHeight: "100";
tileWidth: "100";
//////////////////////
//Multi-threading
//////////////////////
threaded: true;
}
This class contains all the out-of-the-box properties that are supported by
the background API.
Note: Not all background implementations support all the properties here defined. See User's Manual for more information on the properties supported by each background type.
IlpBackgroundsRenderer
,
IlpBackgroundsRenderer
Constructor and Description |
---|
IlpBackgroundCSSConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getLoadOnDemand()
Returns the loadOnDemand bean property.
|
Boolean |
getMapThemed()
Returns the mapThemed bean property.
|
Boolean |
getThreaded()
Returns the threaded bean property.
|
Integer |
getTileHeight()
Returns the tileHeight bean property.
|
Integer |
getTileWidth()
Returns the tileWidth bean property.
|
String |
getUrl()
Returns the url bean property.
|
Boolean |
getVisible()
Returns the visible bean property.
|
void |
setLoadOnDemand(Boolean loadOnDemand)
Sets the loadOnDemand bean property.
|
void |
setMapThemed(Boolean mapTheme)
Sets the mapThemed bean property.
|
void |
setThreaded(Boolean threaded)
Sets the threaded bean property.
|
void |
setTileHeight(Integer tileHeight)
Sets the tileHeight bean property.
|
void |
setTileWidth(Integer tileWidth)
Sets the tileWidth bean property.
|
void |
setUrl(String url)
Sets the url bean property.
|
void |
setVisible(Boolean visible)
Sets the visible bean property.
|
public Boolean getThreaded()
public void setThreaded(Boolean threaded)
threaded
- The threaded to set.public Boolean getLoadOnDemand()
public void setLoadOnDemand(Boolean loadOnDemand)
loadOnDemand
- The loadOnDemand to set.public String getUrl()
public void setUrl(String url)
url
- The url to set.public Integer getTileHeight()
public void setTileHeight(Integer tileHeight)
tileHeight
- The tile height to be set.public Integer getTileWidth()
public void setTileWidth(Integer tileWidth)
tileWidth
- The tile width to be set.public Boolean getVisible()
public void setVisible(Boolean visible)
visible
- The visible to set.public Boolean getMapThemed()
public void setMapThemed(Boolean mapTheme)
mapTheme
- The mapThemed to set.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.