public class VersionedLabel extends VersionedComponent
Modifier and Type | Field and Description |
---|---|
private Double |
height |
private String |
label |
private Map<String,String> |
style |
private Double |
width |
Constructor and Description |
---|
VersionedLabel() |
Modifier and Type | Method and Description |
---|---|
ComponentType |
getComponentType() |
Double |
getHeight() |
String |
getLabel() |
Map<String,String> |
getStyle() |
Double |
getWidth() |
void |
setHeight(Double height) |
void |
setLabel(String label) |
void |
setStyle(Map<String,String> style) |
void |
setWidth(Double width) |
equals, getComments, getGroupIdentifier, getIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setName, setPosition
public String getLabel()
public void setLabel(String label)
public Double getHeight()
public void setHeight(Double height)
public Double getWidth()
public void setWidth(Double width)
public ComponentType getComponentType()
getComponentType
in class VersionedComponent
Copyright © 2021 Apache NiFi Project. All rights reserved.