org.apache.fop.datatypes

Class FODimension


public class FODimension
extends java.lang.Object

This datatype hold a pair of resolved lengths, specifiying the dimensions in both inline and block-progression-directions.

Field Summary

int
bpd
distance (in millipoints) on the block-progression-direction
int
ipd
distance (in millipoints) on the inline-progression-direction

Constructor Summary

FODimension(int ipd, int bpd)
Constructor

Method Summary

String
toString()

Field Details

bpd

public int bpd
distance (in millipoints) on the block-progression-direction

ipd

public int ipd
distance (in millipoints) on the inline-progression-direction

Constructor Details

FODimension

public FODimension(int ipd,
                   int bpd)
Constructor
Parameters:
ipd - length (in millipoints) of the inline-progression-direction
bpd - length (in millipoints) of the block-progression-direction

Method Details

toString

public String toString()

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.