From 6776ed9f1a81e517139d85eb6d2e28911fd0fc35 Mon Sep 17 00:00:00 2001 From: kitfox Date: Tue, 19 Mar 2013 05:20:37 +0000 Subject: Adding support for style sheets. git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@153 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b --- src/main/java/com/kitfox/svg/FillElement.java | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'src/main/java/com/kitfox/svg/FillElement.java') diff --git a/src/main/java/com/kitfox/svg/FillElement.java b/src/main/java/com/kitfox/svg/FillElement.java index a09f69a..1bc6cf8 100644 --- a/src/main/java/com/kitfox/svg/FillElement.java +++ b/src/main/java/com/kitfox/svg/FillElement.java @@ -33,7 +33,6 @@ * * Created on March 18, 2004, 6:52 AM */ - package com.kitfox.svg; import java.awt.*; @@ -43,18 +42,22 @@ import java.awt.geom.*; * @author Mark McKay * @author Mark McKay */ -abstract public class FillElement extends SVGElement { - - /** Creates a new instance of FillElement */ - public FillElement() { +abstract public class FillElement extends SVGElement +{ + /** + * Creates a new instance of FillElement + */ + public FillElement() + { } /** - * Requests the paint defined by this element. Passes in information - * to allow paint to be customized + * Requests the paint defined by this element. Passes in information to + * allow paint to be customized + * * @param bounds - bounding box of shape being rendered - * @param xform - The current transformation that the shape is being rendered - * under. + * @param xform - The current transformation that the shape is being + * rendered under. */ abstract public Paint getPaint(Rectangle2D bounds, AffineTransform xform); } -- cgit v1.2.3-55-g7522