public interface IPictureLineSymbol extends ILineSymbol
SYMBOL_NAMESELECTION_COLORPAPER, WORLD| 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, setLineWidthdraw, drawInsideRectangle, getDescription, getOnePointRgb, getPixExtentPlus, getSymbolForSelection, getSymbolType, isOneDotOrPixel, isShapeVisible, isSuitableFor, setColor, setDescriptionloadFromState, saveToStateprintgetCartographicSize, getReferenceSystem, getUnit, setCartographicSize, setReferenceSystem, setUnit, toCartographicSizevoid setImage(java.net.URL imageUrl)
throws java.io.IOException
imageFile, - Filejava.io.IOExceptionvoid setSelImage(java.net.URL selImageUrl)
throws java.io.IOException
imageFile, - Filejava.io.IOExceptionvoid setYScale(double yScale)
yScale - void setXScale(double xScale)
xScale - java.net.URL getSelectedSource()
java.net.URL getSource()
double getXScale()
xScale - double getYScale()
yScale -