Class Outline


  • public class Outline
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Outline​(java.awt.Shape shape, Path path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Shape getOutline()  
      Path getPath()  
      • Methods inherited from class java.lang.Object

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

      • Outline

        public Outline​(java.awt.Shape shape,
                       Path path)
    • Method Detail

      • getPath

        public Path getPath()
      • getOutline

        public java.awt.Shape getOutline()