Class StrokeResolver


  • public final class StrokeResolver
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StrokeResolver()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @NotNull java.awt.Stroke resolve​(float pathLengthFactor, @NotNull MeasureContext measureContext, @NotNull StrokeContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StrokeResolver

        private StrokeResolver()
    • Method Detail

      • resolve

        @NotNull
        public static @NotNull java.awt.Stroke resolve​(float pathLengthFactor,
                                                       @NotNull
                                                       @NotNull MeasureContext measureContext,
                                                       @NotNull
                                                       @NotNull StrokeContext context)