public class FODimension
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
int |
bpd |
distance (in millipoints) on the block-progression-direction
|
int |
ipd |
distance (in millipoints) on the inline-progression-direction
|
Constructor | Description |
---|---|
FODimension(int ipd,
int bpd) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
int |
getBPD() |
|
int |
getIPD() |
|
java.lang.String |
toString() |
public int ipd
public int bpd
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.