Class AffineTransform


  • public class AffineTransform
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void transform​(java.util.List<java.lang.Double> vertices)  
      • Methods inherited from class java.lang.Object

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

      • AffineTransform

        public AffineTransform​(Matrix matrix)
    • Method Detail

      • transform

        public void transform​(java.util.List<java.lang.Double> vertices)