Class GraphNodeImage

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

public class GraphNodeImage extends Object
  • Constructor Details

    • GraphNodeImage

      public GraphNodeImage(String url, int width, int height)
  • Method Details

    • createUiTreeGraphNodeImage

      public UiTreeGraphNodeImage createUiTreeGraphNodeImage()
    • getUrl

      public String getUrl()
    • setUrl

      public GraphNodeImage setUrl(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 Color getBorderColor()
    • setBorderColor

      public GraphNodeImage setBorderColor(Color borderColor)