Class GraphNodeImage
- java.lang.Object
-
- org.teamapps.ux.component.charting.common.GraphNodeImage
-
public class GraphNodeImage extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphNodeImage.CornerShape
-
Constructor Summary
Constructors Constructor Description GraphNodeImage(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()GraphNodeImage.CornerShapegetCornerShape()intgetHeight()java.lang.StringgetUrl()intgetWidth()booleanisShadow()GraphNodeImagesetBorderColor(org.teamapps.common.format.Color borderColor)GraphNodeImagesetBorderWidth(float borderWidth)GraphNodeImagesetCenterLeftDistance(int centerLeftDistance)GraphNodeImagesetCenterTopDistance(int centerTopDistance)GraphNodeImagesetCornerShape(GraphNodeImage.CornerShape cornerShape)GraphNodeImagesetHeight(int height)GraphNodeImagesetShadow(boolean shadow)GraphNodeImagesetUrl(java.lang.String url)GraphNodeImagesetWidth(int width)
-
-
-
Method Detail
-
createUiTreeGraphNodeImage
public org.teamapps.dto.UiTreeGraphNodeImage createUiTreeGraphNodeImage()
-
getUrl
public java.lang.String getUrl()
-
setUrl
public GraphNodeImage setUrl(java.lang.String url)
-
getWidth
public int getWidth()
-
setWidth
public GraphNodeImage setWidth(int width)
-
getHeight
public int getHeight()
-
setHeight
public GraphNodeImage setHeight(int height)
-
getCenterTopDistance
public int getCenterTopDistance()
-
setCenterTopDistance
public GraphNodeImage setCenterTopDistance(int centerTopDistance)
-
getCenterLeftDistance
public int getCenterLeftDistance()
-
setCenterLeftDistance
public GraphNodeImage setCenterLeftDistance(int centerLeftDistance)
-
getCornerShape
public GraphNodeImage.CornerShape getCornerShape()
-
setCornerShape
public GraphNodeImage setCornerShape(GraphNodeImage.CornerShape cornerShape)
-
isShadow
public boolean isShadow()
-
setShadow
public GraphNodeImage setShadow(boolean shadow)
-
getBorderWidth
public float getBorderWidth()
-
setBorderWidth
public GraphNodeImage setBorderWidth(float borderWidth)
-
getBorderColor
public org.teamapps.common.format.Color getBorderColor()
-
setBorderColor
public GraphNodeImage setBorderColor(org.teamapps.common.format.Color borderColor)
-
-