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
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)
-
Constructor Details
-
GraphNodeImage
public GraphNodeImage(java.lang.String url, int width, int height)
-
-
Method Details
-
createUiTreeGraphNodeImage
public org.teamapps.dto.UiTreeGraphNodeImage createUiTreeGraphNodeImage() -
getUrl
public java.lang.String getUrl() -
setUrl
-
getWidth
public int getWidth() -
setWidth
-
getHeight
public int getHeight() -
setHeight
-
getCenterTopDistance
public int getCenterTopDistance() -
setCenterTopDistance
-
getCenterLeftDistance
public int getCenterLeftDistance() -
setCenterLeftDistance
-
getCornerShape
-
setCornerShape
-
isShadow
public boolean isShadow() -
setShadow
-
getBorderWidth
public float getBorderWidth() -
setBorderWidth
-
getBorderColor
public org.teamapps.common.format.Color getBorderColor() -
setBorderColor
-