From 62791e28e8868cee4dcfca5af86b58266a95bec2 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 12 Jan 2005 14:31:38 +0000 Subject: Clarification for the use of x/y-offset. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198263 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/area/BlockParent.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/java/org/apache/fop') diff --git a/src/java/org/apache/fop/area/BlockParent.java b/src/java/org/apache/fop/area/BlockParent.java index e9d6f8897..63b35ca24 100644 --- a/src/java/org/apache/fop/area/BlockParent.java +++ b/src/java/org/apache/fop/area/BlockParent.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,13 +32,15 @@ public class BlockParent extends Area { /** * The x offset position of this block parent. - * Used for relative and absolute positioning. + * Used for relative (serves as left-offset trait) and absolute positioning + * (serves as left-position trait). */ protected int xOffset = 0; /** * The y offset position of this block parent. - * Used for relative and absolute positioning. + * Used for relative (serves as top-offset trait) and absolute positioning + * (serves as top-position trait). */ protected int yOffset = 0; -- cgit v1.2.3