aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/awt/TexturePaint.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/awt/TexturePaint.java')
-rw-r--r--libjava/classpath/java/awt/TexturePaint.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/libjava/classpath/java/awt/TexturePaint.java b/libjava/classpath/java/awt/TexturePaint.java
index 387ccb0..f88e77b 100644
--- a/libjava/classpath/java/awt/TexturePaint.java
+++ b/libjava/classpath/java/awt/TexturePaint.java
@@ -1,4 +1,4 @@
-/* TexturePaint.java --
+/* TexturePaint.java --
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -53,10 +53,10 @@ public class TexturePaint implements Paint
{
private final BufferedImage texture;
private final Rectangle2D anchor;
-
+
/**
* Constructor.
- *
+ *
* @param texture - the texture
* @param anchor - the shape
*/
@@ -68,7 +68,7 @@ public class TexturePaint implements Paint
/**
* Gets the texture image.
- *
+ *
* @return the texture
*/
public BufferedImage getImage()
@@ -78,7 +78,7 @@ public class TexturePaint implements Paint
/**
* Gets the shape anchor.
- *
+ *
* @return the shape anchor
*/
public Rectangle2D getAnchorRect()
@@ -88,12 +88,12 @@ public class TexturePaint implements Paint
/**
* Creates the context used to paint the texture.
- *
+ *
* @param cm - the ColorModel that receives the Paint data. Used only as a hint.
* @param deviceBounds - the device space being rendered.
* @param userBounds - the user space being rendered
* @param xform - the AffineTransform from user space into device space
- * @param hints - a RenderingHints object that is used to specify how the
+ * @param hints - a RenderingHints object that is used to specify how the
* pattern is rendered
* @return the paint context used to paint the texture
*/
@@ -108,7 +108,7 @@ public class TexturePaint implements Paint
/**
* Returns the transparency mode.
- *
+ *
* @return the transparency mode.
*/
public int getTransparency()