public class LabelDTO extends ComponentDTO
| Modifier and Type | Field and Description |
|---|---|
private Double |
height |
private String |
label |
private Map<String,String> |
style |
private Double |
width |
private Long |
zIndex |
| Constructor and Description |
|---|
LabelDTO() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getHeight() |
String |
getLabel()
The text that appears in the label.
|
Map<String,String> |
getStyle() |
Double |
getWidth() |
Long |
getzIndex() |
void |
setHeight(Double height) |
void |
setLabel(String label) |
void |
setStyle(Map<String,String> style) |
void |
setWidth(Double width) |
void |
setzIndex(Long zIndex) |
equals, getId, getParentGroupId, getPosition, getVersionedComponentId, hashCode, setId, setParentGroupId, setPosition, setVersionedComponentId, toStringprivate String label
private Double width
private Double height
private Long zIndex
public Long getzIndex()
public void setzIndex(Long zIndex)
public String getLabel()
public void setLabel(String label)
public Double getHeight()
public void setHeight(Double height)
public Double getWidth()
public void setWidth(Double width)
Copyright © 2023 Apache NiFi Project. All rights reserved.