Class BladeDrawingUtils


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void paintBladeBorder​(java.awt.Component c, java.awt.Graphics2D g, int x, int y, int width, int height, float baseRadius, ContainerColorTokens colorTokens)  
      static void paintBladeSimpleBorder​(java.awt.Component c, java.awt.Graphics2D g, int width, int height, float baseRadius, ContainerColorTokens colorTokens)  
      • Methods inherited from class java.lang.Object

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

      • BladeDrawingUtils

        public BladeDrawingUtils()
    • Method Detail

      • paintBladeBorder

        public static void paintBladeBorder​(java.awt.Component c,
                                            java.awt.Graphics2D g,
                                            int x,
                                            int y,
                                            int width,
                                            int height,
                                            float baseRadius,
                                            ContainerColorTokens colorTokens)
      • paintBladeSimpleBorder

        public static void paintBladeSimpleBorder​(java.awt.Component c,
                                                  java.awt.Graphics2D g,
                                                  int width,
                                                  int height,
                                                  float baseRadius,
                                                  ContainerColorTokens colorTokens)