fr.esrf.tangoatk.widget.util.chart
Class GraphicsUtils

java.lang.Object
  extended by fr.esrf.tangoatk.widget.util.chart.GraphicsUtils

public class GraphicsUtils
extends java.lang.Object


Constructor Summary
GraphicsUtils()
           
 
Method Summary
static java.awt.Paint createPatternForFilling(int style, java.awt.Color c1, java.awt.Color c2)
           
static java.awt.BasicStroke createStrokeForLine(int lw, int style)
           
static javax.swing.border.Border createTitleBorder(java.lang.String name)
           
static java.awt.Font getLabelbFont()
           
static java.awt.Font getLabelFont()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsUtils

public GraphicsUtils()
Method Detail

createStrokeForLine

public static java.awt.BasicStroke createStrokeForLine(int lw,
                                                       int style)

createPatternForFilling

public static java.awt.Paint createPatternForFilling(int style,
                                                     java.awt.Color c1,
                                                     java.awt.Color c2)

createTitleBorder

public static javax.swing.border.Border createTitleBorder(java.lang.String name)

getLabelFont

public static java.awt.Font getLabelFont()

getLabelbFont

public static java.awt.Font getLabelbFont()