Class ScalingLabel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScalingLabel
    extends java.lang.Object
    implements java.io.Serializable
    Represents options for scaling label of nodes and edges.
    See Also:
    Serialized Form
    • Nested Class Summary

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

      Constructors 
      Modifier Constructor Description
      protected ScalingLabel​(java.lang.Boolean enabled, java.lang.Integer min, java.lang.Integer max, java.lang.Integer maxVisible, java.lang.Integer drawThreshold)  
    • Constructor Detail

      • ScalingLabel

        protected ScalingLabel​(java.lang.Boolean enabled,
                               java.lang.Integer min,
                               java.lang.Integer max,
                               java.lang.Integer maxVisible,
                               java.lang.Integer drawThreshold)
    • Method Detail

      • getEnabled

        public java.lang.Boolean getEnabled()
      • getMin

        public java.lang.Integer getMin()
      • getMax

        public java.lang.Integer getMax()
      • getMaxVisible

        public java.lang.Integer getMaxVisible()
      • getDrawThreshold

        public java.lang.Integer getDrawThreshold()