Searched refs:graphicNum (Results 1 – 1 of 1) sorted by relevance
116 int graphicNum=0; in getGraphicsOfPage() local124 temp[graphicNum] = shape; in getGraphicsOfPage()125 graphicNum++; in getGraphicsOfPage()129 Object[] graphics = new Object[graphicNum]; in getGraphicsOfPage()130 System.arraycopy(temp, 0, graphics, 0, graphicNum); in getGraphicsOfPage()
Completed in 6 milliseconds