Class EdgeColor

  • All Implemented Interfaces:
    java.io.Serializable

    public class EdgeColor
    extends java.lang.Object
    implements java.io.Serializable
    Represents configuration for color of edge.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EdgeColor.Builder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EdgeColor​(java.lang.String color, java.lang.String highlight, java.lang.String hover, java.lang.String inherit, java.lang.Integer opacity)  
    • Constructor Detail

      • EdgeColor

        protected EdgeColor​(java.lang.String color,
                            java.lang.String highlight,
                            java.lang.String hover,
                            java.lang.String inherit,
                            java.lang.Integer opacity)
    • Method Detail

      • getColor

        public java.lang.String getColor()
      • getHighlight

        public java.lang.String getHighlight()
      • getHover

        public java.lang.String getHover()
      • getInherit

        public java.lang.String getInherit()
      • getOpacity

        public java.lang.Integer getOpacity()