Class TreeGraphNodeImage
- java.lang.Object
-
- org.teamapps.ux.component.charting.tree.TreeGraphNodeImage
-
public class TreeGraphNodeImage extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTreeGraphNodeImage.CornerShape
-
Constructor Summary
Constructors Constructor Description TreeGraphNodeImage(java.lang.String url, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiTreeGraphNodeImagecreateUiTreeGraphNodeImage()org.teamapps.common.format.ColorgetBorderColor()floatgetBorderWidth()intgetCenterLeftDistance()intgetCenterTopDistance()TreeGraphNodeImage.CornerShapegetCornerShape()intgetHeight()java.lang.StringgetUrl()intgetWidth()booleanisShadow()TreeGraphNodeImagesetBorderColor(org.teamapps.common.format.Color borderColor)TreeGraphNodeImagesetBorderWidth(float borderWidth)TreeGraphNodeImagesetCenterLeftDistance(int centerLeftDistance)TreeGraphNodeImagesetCenterTopDistance(int centerTopDistance)TreeGraphNodeImagesetCornerShape(TreeGraphNodeImage.CornerShape cornerShape)TreeGraphNodeImagesetHeight(int height)TreeGraphNodeImagesetShadow(boolean shadow)TreeGraphNodeImagesetUrl(java.lang.String url)TreeGraphNodeImagesetWidth(int width)
-
-
-
Method Detail
-
createUiTreeGraphNodeImage
public org.teamapps.dto.UiTreeGraphNodeImage createUiTreeGraphNodeImage()
-
getUrl
public java.lang.String getUrl()
-
setUrl
public TreeGraphNodeImage setUrl(java.lang.String url)
-
getWidth
public int getWidth()
-
setWidth
public TreeGraphNodeImage setWidth(int width)
-
getHeight
public int getHeight()
-
setHeight
public TreeGraphNodeImage setHeight(int height)
-
getCenterTopDistance
public int getCenterTopDistance()
-
setCenterTopDistance
public TreeGraphNodeImage setCenterTopDistance(int centerTopDistance)
-
getCenterLeftDistance
public int getCenterLeftDistance()
-
setCenterLeftDistance
public TreeGraphNodeImage setCenterLeftDistance(int centerLeftDistance)
-
getCornerShape
public TreeGraphNodeImage.CornerShape getCornerShape()
-
setCornerShape
public TreeGraphNodeImage setCornerShape(TreeGraphNodeImage.CornerShape cornerShape)
-
isShadow
public boolean isShadow()
-
setShadow
public TreeGraphNodeImage setShadow(boolean shadow)
-
getBorderWidth
public float getBorderWidth()
-
setBorderWidth
public TreeGraphNodeImage setBorderWidth(float borderWidth)
-
getBorderColor
public org.teamapps.common.format.Color getBorderColor()
-
setBorderColor
public TreeGraphNodeImage setBorderColor(org.teamapps.common.format.Color borderColor)
-
-