Class Smooth

  • All Implemented Interfaces:
    java.io.Serializable

    public class Smooth
    extends java.lang.Object
    implements java.io.Serializable
    Indicates whether edge should be drawn as a quadratic bezier curve. Performance of these edges are worse, but they look better.
    See Also:
    Serialized Form
    • Nested Class Summary

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

      Constructors 
      Modifier Constructor Description
      protected Smooth​(java.lang.Boolean enabled, java.lang.String type, java.lang.String forceDirection, java.lang.Double roundness)  
    • Constructor Detail

      • Smooth

        protected Smooth​(java.lang.Boolean enabled,
                         java.lang.String type,
                         java.lang.String forceDirection,
                         java.lang.Double roundness)
    • Method Detail

      • getEnabled

        public java.lang.Boolean getEnabled()
      • getType

        public java.lang.String getType()
      • getForceDirection

        public java.lang.String getForceDirection()
      • getRoundness

        public java.lang.Double getRoundness()