Searched refs:pageWidth (Results 1 – 2 of 2) sorted by relevance
108 int pageWidth = AnyConverter.toInt(xPageProps.getPropertyValue("Width")); in drawOrganigram() local113 int drawWidth = pageWidth - pageBorderLeft - pageBorderRight; in drawOrganigram()129 int shapeX = pageWidth / 2 - shapeWidth / 2; in drawOrganigram()
154 final int pageWidth = ((Integer)firstPageProps.getPropertyValue( "Width" )).intValue(); in impl_getFirstPagePlayground() local160 …return new Rectangle( borderLeft, borderTop, pageWidth - borderLeft - borderRight, pageHeight - bo… in impl_getFirstPagePlayground()
Completed in 20 milliseconds