addElement(item)
item
27452746274727482749275027512752275327542755
} } protected void removeUnusedNode(PdfObject obj, boolean hits[]) { Stack state = new Stack(); state.push(obj); while (!state.empty()) { Object current = state.pop(); if (current == null) continue; ArrayList ar = null;
27722773277427752776277727782779278027812782
case PdfObject.INDIRECT: PRIndirectReference ref = (PRIndirectReference)obj; int num = ref.getNumber(); if (!hits[num]) { hits[num] = true; state.push(getPdfObjectRelease(ref)); } continue; default: continue; }
28022803280428052806280728082809281028112812
ar.set(k, PdfNull.PDFNULL); continue; } } if (objs == null) state.push(new Object[]{ar, new Integer(k + 1)}); else { objs[1] = new Integer(k + 1); state.push(objs); } state.push(v);
28052806280728082809281028112812281328142815
} if (objs == null) state.push(new Object[]{ar, new Integer(k + 1)}); else { objs[1] = new Integer(k + 1); state.push(objs); } state.push(v); break; } }
11661167116811691170117111721173117411751176
break; } else ++count; } else if (obj instanceof com.lowagie.text.List) { stack.push(new Object[]{list, new Integer(k), new Float(listIndentation)}); list = (com.lowagie.text.List)obj; items = list.getItems(); listIndentation += list.getIndentationLeft(); k = -1; continue;
6667686970717273747576
{ s = new Stack(); local.set (s); } s.push (role); } public static void pop () {
140141142143144145146147148149150
{ throw new IllegalStateException("Confused: I expect InlineBoxes .."); } final InlineRenderBox inline = (InlineRenderBox) context; contexts.push(inline.split(RenderNode.HORIZONTAL_AXIS)); context = context.getParent(); } // reset to a known state and add all saved contexts .. insertationPoint = lines;
8182838485868788899091
sortedGeos.add(g); } } Stack hullStack = new Stack(); hullStack.push(pivot); Geo gCross, midCross = null; Geo geo = null, endGeo = null, midGeo = null; Iterator sortedGeoIt = sortedGeos.iterator();
119120121122123124125126127128129
if (midGeo.distance(i) < Math.PI / 2) { // Debug.output("+++++++++++++ midGeo to hull"); // left turn, OK for hull hullStack.push(midGeo); endGeo = midGeo; midGeo = geo; } else {
145146147148149150151152153154155
if (midGeo.distance(i) < Math.PI / 2) { // Debug.output("+++++++++++++ midGeo to hull"); hullStack.push(midGeo); midGeo = geo; break; } } }