public interface IPictureLineSymbol extends ILineSymbol
SYMBOL_NAME
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getSelectedSource()
Returns the URL of the image that is used as a picture line symbol (when it
is selected in the map)
|
java.net.URL |
getSource()
Returns the URL of the image that is used as a picture line symbol
|
double |
getXScale()
Returns the xscale for the picture line symbol
|
double |
getYScale()
Returns the yscale for the picture line symbol
|
void |
setImage(java.net.URL imageUrl)
Sets the URL for the image to be used as a picture line symbol
|
void |
setSelImage(java.net.URL selImageUrl)
Sets the URL for the image to be used as a picture line symbol (when it is selected in the map)
|
void |
setXScale(double xScale)
Sets the xscale for the picture line symbol
|
void |
setYScale(double yScale)
Sets the yscale for the picture line symbol
|
getAlpha, getColor, getLineStyle, getLineWidth, setAlpha, setLineColor, setLineStyle, setLineWidth
java.net.URL getSelectedSource()
java.net.URL getSource()
double getXScale()
xScale
- double getYScale()
yScale
- void setImage(java.net.URL imageUrl) throws java.io.IOException
imageFile,
- Filejava.io.IOException
void setSelImage(java.net.URL selImageUrl) throws java.io.IOException
imageFile,
- Filejava.io.IOException
void setXScale(double xScale)
xScale
- void setYScale(double yScale)
yScale
- Copyright © 2013 gvSIG Association. All rights reserved.