Class AbstractEdgeShapeTransformer<V,​E>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float control_offset_increment
      Specifies how far apart to place the control points for edges being drawn in parallel.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setControlOffsetIncrement​(float y)
      Sets the value of control_offset_increment.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.commons.collections4.Transformer

        transform
    • Field Detail

      • control_offset_increment

        protected float control_offset_increment
        Specifies how far apart to place the control points for edges being drawn in parallel.
    • Constructor Detail

      • AbstractEdgeShapeTransformer

        public AbstractEdgeShapeTransformer()
    • Method Detail

      • setControlOffsetIncrement

        public void setControlOffsetIncrement​(float y)
        Sets the value of control_offset_increment.