Class TextBox
java.lang.Object
org.jfree.chart.text.TextBox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(Graphics2D g2, float x, float y, RectangleAnchor anchor) Draws the text box.booleanTests this object for equality with an arbitrary object.Returns the background paint.doublegetHeight(Graphics2D g2) Returns the height of the text box.Returns the interior gap.Returns the outline paint.Returns the outline stroke.Returns the shadow paint.doubleReturns the x-offset for the shadow effect.doubleReturns the y-offset for the shadow effect.Returns the text block.inthashCode()Returns a hash code for this object.voidsetBackgroundPaint(Paint paint) Sets the background paint.voidSets the interior gap.voidsetOutlinePaint(Paint paint) Sets the outline paint.voidsetOutlineStroke(Stroke stroke) Sets the outline stroke.voidsetShadowPaint(Paint paint) Sets the shadow paint.voidsetShadowXOffset(double offset) Sets the x-offset for the shadow effect.voidsetShadowYOffset(double offset) Sets the y-offset for the shadow effect.voidsetTextBlock(TextBlock block) Sets the text block.
-
Constructor Details
-
TextBox
public TextBox()Creates an empty text box. -
TextBox
-
TextBox
-
-
Method Details
-
getOutlinePaint
-
setOutlinePaint
-
getOutlineStroke
-
setOutlineStroke
Sets the outline stroke.- Parameters:
stroke- the stroke.
-
getInteriorGap
-
setInteriorGap
-
getBackgroundPaint
-
setBackgroundPaint
Sets the background paint.- Parameters:
paint- the paint.
-
getShadowPaint
-
setShadowPaint
-
getShadowXOffset
-
setShadowXOffset
Sets the x-offset for the shadow effect.- Parameters:
offset- the offset (in Java2D units).
-
getShadowYOffset
-
setShadowYOffset
Sets the y-offset for the shadow effect.- Parameters:
offset- the offset (in Java2D units).
-
getTextBlock
-
setTextBlock
-
draw
Draws the text box.- Parameters:
g2- the graphics device.x- the x-coordinate.y- the y-coordinate.anchor- the anchor point.
-
getHeight
Returns the height of the text box.- Parameters:
g2- the graphics device.- Returns:
- The height (in Java2D units).
-
equals
-
hashCode
-