Package org.teamapps.dto
Class UiTreeGraphNodeImage
java.lang.Object
org.teamapps.dto.UiTreeGraphNodeImage
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected floatprotected intprotected intprotected UiTreeGraphNodeImage.CornerShapeprotected intprotected booleanprotected Stringprotected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiTreeGraphNodeImage(String url, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptionfloatintintintbooleangetUrl()intgetWidth()setBorderColor(String borderColor) setBorderWidth(float borderWidth) setCenterLeftDistance(int centerLeftDistance) setCenterTopDistance(int centerTopDistance) setCornerShape(UiTreeGraphNodeImage.CornerShape cornerShape) setShadow(boolean shadow) toString()
-
Field Details
-
url
-
width
protected int width -
height
protected int height -
centerTopDistance
protected int centerTopDistance -
centerLeftDistance
protected int centerLeftDistance -
cornerShape
-
shadow
protected boolean shadow -
borderWidth
protected float borderWidth -
borderColor
-
-
Constructor Details
-
UiTreeGraphNodeImage
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiTreeGraphNodeImage
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getUrl
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getCenterTopDistance
public int getCenterTopDistance() -
getCenterLeftDistance
public int getCenterLeftDistance() -
getCornerShape
-
getShadow
public boolean getShadow() -
getBorderWidth
public float getBorderWidth() -
getBorderColor
-
setCenterTopDistance
-
setCenterLeftDistance
-
setCornerShape
-
setShadow
-
setBorderWidth
-
setBorderColor
-