@Deprecated public class IlpImageTileBackground extends Object implements IlpBackground
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.Modifier and Type | Field and Description |
---|---|
protected String |
colFormat
Deprecated.
|
protected String |
fullPattern
Deprecated.
|
protected double |
originX
Deprecated.
|
protected double |
originY
Deprecated.
|
protected String |
pattern
Deprecated.
|
protected String |
rowFormat
Deprecated.
|
protected double |
tileHeight
Deprecated.
|
protected double |
tileWidth
Deprecated.
|
Constructor and Description |
---|
IlpImageTileBackground()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
double |
getOriginX()
Deprecated.
Returns the X coordinate of the tile origin.
|
double |
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.
|
double |
getTileHeight()
Deprecated.
Returns the tile height.
|
double |
getTileWidth()
Deprecated.
Returns the tile width.
|
void |
setColFormat(String colFormat)
Deprecated.
Sets the column format.
|
void |
setOriginX(double x)
Deprecated.
Sets the X coordinate of the tile origin.
|
void |
setOriginY(double 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(double height)
Deprecated.
Sets the tile height.
|
void |
setTileWidth(double width)
Deprecated.
Sets the tile width.
|
protected String pattern
protected String rowFormat
protected String colFormat
protected double originX
protected double originY
protected double tileWidth
protected double tileHeight
protected String fullPattern
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 double getOriginX()
public void setOriginX(double x)
x
- X coordinatepublic double getOriginY()
public void setOriginY(double y)
y
- Y coordinatepublic double getTileWidth()
public void setTileWidth(double width)
width
- Widthpublic double getTileHeight()
public void setTileHeight(double height)
height
- Heightpublic 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 IlpBackground
view
- The view where the background will be displayed.XMLfileURL
- The background information.layer
- A layer that has already been added to the IlvGrapher
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.