ilog.cpl.graph.background.css
Class IlpBackgroundCSSConfiguration

java.lang.Object
  extended by ilog.cpl.graph.background.css.IlpBackgroundCSSConfiguration

public class IlpBackgroundCSSConfiguration
extends Object

This class represents the CSS bean that is used to configure background in the following scenario:


   // 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.

Since:
JViews 7.5
See Also:
IlpBackgroundsRenderer, IlpBackgroundsRenderer

Constructor Summary
IlpBackgroundCSSConfiguration()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlpBackgroundCSSConfiguration

public IlpBackgroundCSSConfiguration()
Method Detail

getThreaded

public Boolean getThreaded()
Returns the threaded bean property.

Returns:
Returns the threaded.

setThreaded

public void setThreaded(Boolean threaded)
Sets the threaded bean property.

Parameters:
threaded - The threaded to set.

getLoadOnDemand

public Boolean getLoadOnDemand()
Returns the loadOnDemand bean property.

Returns:
Returns the loadOnDemand.

setLoadOnDemand

public void setLoadOnDemand(Boolean loadOnDemand)
Sets the loadOnDemand bean property.

Parameters:
loadOnDemand - The loadOnDemand to set.

getUrl

public String getUrl()
Returns the url bean property.

Returns:
Returns the url.

setUrl

public void setUrl(String url)
Sets the url bean property.

Parameters:
url - The url to set.

getTileHeight

public Integer getTileHeight()
Returns the tileHeight bean property.

Returns:
Returns the tile height.

setTileHeight

public void setTileHeight(Integer tileHeight)
Sets the tileHeight bean property.

Parameters:
tileHeight - The tile height to be set.

getTileWidth

public Integer getTileWidth()
Returns the tileWidth bean property.

Returns:
Returns the tile width.

setTileWidth

public void setTileWidth(Integer tileWidth)
Sets the tileWidth bean property.

Parameters:
tileWidth - The tile width to be set.

getVisible

public Boolean getVisible()
Returns the visible bean property.

Returns:
Returns the visible.

setVisible

public void setVisible(Boolean visible)
Sets the visible bean property.

Parameters:
visible - The visible to set.

getMapThemed

public Boolean getMapThemed()
Returns the mapThemed bean property.

Returns:
Returns the mapThemed.

setMapThemed

public void setMapThemed(Boolean mapTheme)
Sets the mapThemed bean property.

Parameters:
mapTheme - The mapThemed to set.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.