|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.graphic.views.background.IlpImageTileBackground
public class IlpImageTileBackground
Support for using a set of image files, each representing a tile, as background.
This background type ignores load-on-demand hints and always uses load-on-demand.
The XML settable properties are:
property name="pattern" (required)property name="rowFormat" (optional)property name="colFormat" (optional)property name="tileWidth" (required)property name="tileHeight" (required)property name="originX" (optional)property name="originY" (optional)"url" should not be given for this class.
| Field Summary | |
|---|---|
protected String |
colFormat
Deprecated. |
protected String |
fullPattern
Deprecated. |
protected float |
originX
Deprecated. |
protected float |
originY
Deprecated. |
protected String |
pattern
Deprecated. |
protected String |
rowFormat
Deprecated. |
protected float |
tileHeight
Deprecated. |
protected float |
tileWidth
Deprecated. |
| Constructor Summary | |
|---|---|
IlpImageTileBackground()
Deprecated. |
|
| Method Summary | |
|---|---|
IlvManagerLayer |
createLayer(IlpViewsView view,
URL XMLfileURL)
Deprecated. Creates an empty IlvManagerLayer suitable for an image file. |
void |
fillLayer(IlpViewsView view,
URL XMLfileURL,
IlvManagerLayer layer)
Deprecated. Fills a layer with an image file. |
String |
getColFormat()
Deprecated. Returns the column format. |
float |
getOriginX()
Deprecated. Returns the X coordinate of the tile origin. |
float |
getOriginY()
Deprecated. Returns the Y coordinate of the tile origin. |
String |
getPattern()
Deprecated. Returns the image tile pattern. |
String |
getRowFormat()
Deprecated. Returns the row format. |
float |
getTileHeight()
Deprecated. Returns the tile height. |
float |
getTileWidth()
Deprecated. Returns the tile width. |
void |
setColFormat(String colFormat)
Deprecated. Sets the column format. |
void |
setOriginX(float x)
Deprecated. Sets the X coordinate of the tile origin. |
void |
setOriginY(float y)
Deprecated. Sets the Y coordinate of the tile origin. |
void |
setPattern(String pattern)
Deprecated. Sets the image tile pattern |
void |
setRowFormat(String rowFormat)
Deprecated. Sets the row format |
void |
setTileHeight(float height)
Deprecated. Sets the tile height. |
void |
setTileWidth(float width)
Deprecated. Sets the tile width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String pattern
protected String rowFormat
protected String colFormat
protected float originX
protected float originY
protected float tileWidth
protected float tileHeight
protected String fullPattern
| Constructor Detail |
|---|
public IlpImageTileBackground()
| Method Detail |
|---|
public String getPattern()
public void setPattern(String pattern)
pattern - Patternpublic String getRowFormat()
public void setRowFormat(String rowFormat)
rowFormat - Row formatpublic String getColFormat()
public void setColFormat(String colFormat)
colFormat - Column formatpublic float getOriginX()
public void setOriginX(float x)
x - X coordinatepublic float getOriginY()
public void setOriginY(float y)
y - Y coordinatepublic float getTileWidth()
public void setTileWidth(float width)
width - Widthpublic float getTileHeight()
public void setTileHeight(float height)
height - Height
public IlvManagerLayer createLayer(IlpViewsView view,
URL XMLfileURL)
IlvManagerLayer suitable for an image file.
createLayer in interface IlpBackground
public void fillLayer(IlpViewsView view,
URL XMLfileURL,
IlvManagerLayer layer)
fillLayer in interface IlpBackgroundview - The view where the background will be displayed.XMLfileURL - The background information.layer - A layer that has already been added to the IlvGrapher.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||