Class ConstantTransform

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private @NotNull java.awt.geom.AffineTransform value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantTransform​(@NotNull java.awt.geom.AffineTransform value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.awt.geom.AffineTransform get​(@NotNull MeasureContext context)  
      • Methods inherited from class java.lang.Object

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

      • value

        @NotNull
        private final @NotNull java.awt.geom.AffineTransform value
    • Constructor Detail

      • ConstantTransform

        public ConstantTransform​(@NotNull
                                 @NotNull java.awt.geom.AffineTransform value)
    • Method Detail

      • get

        @NotNull
        public @NotNull java.awt.geom.AffineTransform get​(@NotNull
                                                          @NotNull MeasureContext context)
        Specified by:
        get in interface TransformValue