public class ImageLayer.ImageLayerBean extends Object
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
String |
getFileName() |
Get file name
|
int |
getHandle() |
Get layer handle
|
String |
getInterpolation() |
Get interpolation
|
LayerDrawType |
getLayerDrawType() |
Get layer draw type
|
String |
getLayerName() |
Get layer name
|
LayerTypes |
getLayerType() |
Get layer type
|
int |
getTransparency() |
Get transparency percent
|
Color |
getTransparencyColor() |
Get transparency color
|
String |
getWorldFileName() |
Get world file name of the layer
|
double |
getXRotate() |
Get x rotate(shear)
|
double |
getXScale() |
Get x scale
|
double |
getXUL() |
Get X upper-left
|
double |
getYRotate() |
Get y rotate(shear)
|
double |
getYScale() |
Get y scale
|
double |
getYUL() |
Get y upper-left
|
boolean |
isMaskout() |
Get if is maskout
|
boolean |
isUseTransColor() |
Get if set transparency color
|
boolean |
isVisible() |
Get if is visible
|
void |
setFileName(String fn) |
Set file name
|
void |
setInterpolation(String value) |
Set interpolation
|
void |
setLayerDrawType(LayerDrawType ldt) |
Set layer draw type
|
void |
setLayerName(String name) |
Set layer name
|
void |
setLayerType(LayerTypes lt) |
Set layer type
|
void |
setMaskout(boolean value) |
Set if maskout
|
void |
setTransparency(int value) |
Set transparency percent
|
void |
setTransparencyColor(Color color) |
Set transparency color
|
void |
setUseTransColor(boolean istrue) |
Set if using transparency color
|
void |
setVisible(boolean value) |
Set if is visible
|
void |
setXRotate(double value) |
Set x rotate(shear)
|
void |
setXScale(double value) |
Set x scale
|
void |
setXUL(double value) |
Set upper-left x
|
void |
setYRotate(double value) |
Set y rotate(shear)
|
void |
setYScale(double value) |
|
void |
setYUL(double value) |
Set upper-left y
|
public LayerTypes getLayerType()
public void setLayerType(LayerTypes lt)
lt - Layer typepublic LayerDrawType getLayerDrawType()
public void setLayerDrawType(LayerDrawType ldt)
ldt - Layer draw typepublic String getFileName()
public void setFileName(String fn)
fn - File namepublic int getHandle()
public String getLayerName()
public void setLayerName(String name)
name - Layer namepublic boolean isMaskout()
public void setMaskout(boolean value)
value - If maskoutpublic boolean isVisible()
public void setVisible(boolean value)
value - If is visiblepublic String getWorldFileName()
public boolean isUseTransColor()
public void setUseTransColor(boolean istrue)
istrue - Booleanpublic Color getTransparencyColor()
public void setTransparencyColor(Color color)
color - The colorpublic int getTransparency()
public void setTransparency(int value)
value - Transparency percentpublic double getXUL()
public void setXUL(double value)
throws IOException
value - The valueIOExceptionpublic double getYUL()
public void setYUL(double value)
throws IOException
value - The valueIOExceptionpublic double getXScale()
public void setXScale(double value)
throws IOException
value - The valueIOExceptionpublic double getYScale()
public void setYScale(double value)
throws IOException
IOExceptionpublic double getXRotate()
public void setXRotate(double value)
throws IOException
value - ValueIOExceptionpublic double getYRotate()
public void setYRotate(double value)
throws IOException
value - ValueIOExceptionpublic String getInterpolation()
public void setInterpolation(String value)
value - InterpolationCopyright © 2019. All rights reserved.