org.cumt.view.utils
Class UIUtils

java.lang.Object
  extended by org.cumt.view.utils.UIUtils

public class UIUtils
extends java.lang.Object

Author:
Carlos Descalzi

Constructor Summary
UIUtils()
           
 
Method Summary
static void drawArrow(java.awt.Graphics g, java.awt.geom.Point2D arrowPoint, java.awt.geom.Point2D sourcePoint, int size, double angle, boolean closed, boolean filled, java.awt.Color lineColor, java.awt.Color fillColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIUtils

public UIUtils()
Method Detail

drawArrow

public static void drawArrow(java.awt.Graphics g,
                             java.awt.geom.Point2D arrowPoint,
                             java.awt.geom.Point2D sourcePoint,
                             int size,
                             double angle,
                             boolean closed,
                             boolean filled,
                             java.awt.Color lineColor,
                             java.awt.Color fillColor)


Copyright © 2006 null. All Rights Reserved.