public class ImageBanner extends DJBaseElement
Modifier and Type | Field and Description |
---|---|
static byte |
ALIGN_CENTER |
static byte |
ALIGN_LEFT |
static byte |
ALIGN_RIGHT |
SERIAL_VERSION_UID
Constructor and Description |
---|
ImageBanner() |
ImageBanner(String imagePath,
int width,
int height,
byte align) |
Modifier and Type | Method and Description |
---|---|
byte |
getAlign() |
int |
getHeight() |
String |
getImagePath() |
ImageScaleMode |
getScaleMode() |
int |
getWidth() |
void |
setAlign(byte orientation) |
void |
setHeight(int height) |
void |
setImagePath(String imagePath) |
void |
setScaleMode(ImageScaleMode scaleMode) |
void |
setWidth(int width) |
public static final byte ALIGN_LEFT
public static final byte ALIGN_RIGHT
public static final byte ALIGN_CENTER
public ImageBanner()
public ImageBanner(String imagePath, int width, int height, byte align)
public int getHeight()
public void setHeight(int height)
public String getImagePath()
public void setImagePath(String imagePath)
public byte getAlign()
public void setAlign(byte orientation)
public int getWidth()
public void setWidth(int width)
public ImageScaleMode getScaleMode()
public void setScaleMode(ImageScaleMode scaleMode)
Copyright © 2006–2014 FDV Solutions. All rights reserved.