public class Target extends Object implements Serializable
| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
Integer |
getHeightInPixel() |
String |
getSizingPolicy() |
Integer |
getWidthInPixel() |
void |
setFormat(String format) |
void |
setHeightInPixel(Integer heightInPixel) |
void |
setSizingPolicy(String sizingPolicy) |
void |
setWidthInPixel(Integer widthInPixel) |
String |
toString() |
Target |
withFormat(String format) |
Target |
withHeightInPixel(Integer heightInPixel) |
Target |
withSizingPolicy(String sizingPolicy) |
Target |
withWidthInPixel(Integer widthInPixel) |
public String getFormat()
public void setFormat(String format)
public String getSizingPolicy()
public void setSizingPolicy(String sizingPolicy)
public Integer getWidthInPixel()
public void setWidthInPixel(Integer widthInPixel)
public Integer getHeightInPixel()
public void setHeightInPixel(Integer heightInPixel)
Copyright © 2020. All rights reserved.