Class ShadowedTextStyle
- java.lang.Object
- 
- org.jzy3d.plot3d.text.renderers.jogl.style.ShadowedTextStyle
 
- 
- All Implemented Interfaces:
- com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
 
 public class ShadowedTextStyle extends Object implements com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static ColorDROP_SHADOW_COLOR
 - 
Constructor SummaryConstructors Constructor Description ShadowedTextStyle(float gradientSize, int dropShadowDepth, Color color1, Color color2)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(Graphics2D graphics, String str, int x, int y)voiddrawGlyphVector(Graphics2D graphics, GlyphVector str, int x, int y)Rectangle2DgetBounds(GlyphVector gv, FontRenderContext frc)Rectangle2DgetBounds(CharSequence str, Font font, FontRenderContext frc)Rectangle2DgetBounds(String str, Font font, FontRenderContext frc)booleanintensityOnly()
 
- 
- 
- 
Field Detail- 
DROP_SHADOW_COLORprotected static final Color DROP_SHADOW_COLOR 
 
- 
 - 
Method Detail- 
intensityOnlypublic boolean intensityOnly() - Specified by:
- intensityOnlyin interface- com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
 
 - 
getBoundspublic Rectangle2D getBounds(CharSequence str, Font font, FontRenderContext frc) - Specified by:
- getBoundsin interface- com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
 
 - 
getBoundspublic Rectangle2D getBounds(String str, Font font, FontRenderContext frc) - Specified by:
- getBoundsin interface- com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
 
 - 
getBoundspublic Rectangle2D getBounds(GlyphVector gv, FontRenderContext frc) - Specified by:
- getBoundsin interface- com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
 
 - 
drawGlyphVectorpublic void drawGlyphVector(Graphics2D graphics, GlyphVector str, int x, int y) - Specified by:
- drawGlyphVectorin interface- com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
 
 - 
drawpublic void draw(Graphics2D graphics, String str, int x, int y) - Specified by:
- drawin interface- com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
 
 
- 
 
-