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