Class OutlineRenderer


  • public class OutlineRenderer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean isActive  
    • Constructor Summary

      Constructors 
      Constructor Description
      OutlineRenderer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void renderOutline​(java.awt.Color color, float lineWidth, java.lang.Runnable action)  
      • Methods inherited from class java.lang.Object

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

      • isActive

        public static boolean isActive
    • Constructor Detail

      • OutlineRenderer

        public OutlineRenderer()
    • Method Detail

      • renderOutline

        public static void renderOutline​(java.awt.Color color,
                                         float lineWidth,
                                         java.lang.Runnable action)