Revision: 7415
Author: victormote
Date: 2006-06-05 13:08:50 -0700 (Mon, 05 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7415&view=rev
Log Message:
-----------
Use new axsl interface.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/FObjScaled.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/FObjScaled.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/FObjScaled.java 2006-06-05 19:50:52 UTC (rev 7414)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/FObjScaled.java 2006-06-05 20:08:50 UTC (rev 7415)
@@ -32,7 +32,8 @@
* Abstract base class for inline FOs that are scaleable. This currently
* includes external-graphic and instream-foreign-object.
*/
-public abstract class FObjScaled extends FObj implements LineNonText {
+public abstract class FObjScaled extends FObj implements LineNonText,
+ org.axsl.foR.FObjScaled {
public FObjScaled(FObj parent, PropertyList propertyList, String systemId,
int line, int column) throws FOTreeException {
@@ -84,11 +85,7 @@
protected abstract int intrinsicContentHeight();
/**
- * @param parentAreaCR_IPD Per XSL-FO Std 1.0, Section 7.14.5, "the
- * corresponding dimension of the closest area ancestor that was generated
- * by a block-level formatting object."
- * @return The IPD, in millipoints, of the viewport area from which this
- * content should be viewed.
+ * {@inheritDoc}
*/
public int viewportIPD(int parentAreaCR_IPD, int parentAreaCR_BPD) {
/*
@@ -103,11 +100,7 @@
}
/**
- * @param parentAreaCR_BPD Per XSL-FO Std 1.0, Section 7.14.1, "the
- * corresponding dimension of the closest area ancestor that was generated
- * by a block-level formatting object."
- * @return The BPD, in millipoints, of the viewport area from which this
- * content should be viewed.
+ * {@inheritDoc}
*/
public int viewportBPD(int parentAreaCR_IPD, int parentAreaCR_BPD) {
/*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|