Class Scaling

  • All Implemented Interfaces:
    java.io.Serializable

    public class Scaling
    extends java.lang.Object
    implements java.io.Serializable
    Represents option for scaling edges and nodes according to their properties.
    See Also:
    Serialized Form
    • Nested Class Summary

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

      Constructors 
      Constructor Description
      Scaling​(java.lang.Integer min, java.lang.Integer max, ScalingLabel label, java.lang.String customScalingFunction)  
    • Constructor Detail

      • Scaling

        public Scaling​(java.lang.Integer min,
                       java.lang.Integer max,
                       ScalingLabel label,
                       java.lang.String customScalingFunction)
    • Method Detail

      • getMin

        public java.lang.Integer getMin()
      • getMax

        public java.lang.Integer getMax()
      • getCustomScalingFunction

        public java.lang.String getCustomScalingFunction()