com.stimulsoft.base.drawing
Class StiGraphicsHelper

java.lang.Object
  extended by com.stimulsoft.base.drawing.StiGraphicsHelper

public class StiGraphicsHelper
extends java.lang.Object

Graphics helper Copyright Stimulsoft


Field Summary
static StiGraphics GRAPHICS
           
static java.awt.Graphics2D IMAGE_GRAPHICS
           
 
Constructor Summary
StiGraphicsHelper()
           
 
Method Summary
static void setDefaultRenderingHints(java.awt.Graphics2D graphics)
          Set default rendering hints
static void setRenderingHints(java.awt.Graphics2D graphics)
          Set rendering hints to graphics
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMAGE_GRAPHICS

public static final java.awt.Graphics2D IMAGE_GRAPHICS

GRAPHICS

public static final StiGraphics GRAPHICS
Constructor Detail

StiGraphicsHelper

public StiGraphicsHelper()
Method Detail

setRenderingHints

public static void setRenderingHints(java.awt.Graphics2D graphics)
Set rendering hints to graphics

Parameters:
graphics - Graphics2D

setDefaultRenderingHints

public static void setDefaultRenderingHints(java.awt.Graphics2D graphics)
Set default rendering hints

Parameters:
graphics - Graphics2D