Class GraphNodeImage

java.lang.Object
org.teamapps.ux.component.charting.common.GraphNodeImage

public class GraphNodeImage
extends java.lang.Object
  • 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

      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)