- paint - Variable in class com.bluejamesbond.text.IDocumentLayout
-
- params - Variable in class com.bluejamesbond.text.IDocumentLayout
-
- parentWidth - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
-
- patternObject - Variable in class com.bluejamesbond.text.hyphen.DefaultHyphenator.HyphenPattern
-
- peek() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
-
Retrieves, but does not remove, the head (first element) of this list.
- peekFirst() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
-
Retrieves, but does not remove, the first element of this list,
or returns null if this list is empty.
- peekLast() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
-
Retrieves, but does not remove, the last element of this list,
or returns null if this list is empty.
- PLAIN_TEXT - Static variable in class com.bluejamesbond.text.DocumentView
-
- poll() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
-
Retrieves and removes the head (first element) of this list
- pollFirst() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
-
Retrieves and removes the first element of this list,
or returns null if this list is empty.
- pollLast() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
-
Retrieves and removes the last element of this list,
or returns null if this list is empty.
- pop() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
-
Pops an element from the stack represented by this list.
- PT - Static variable in class com.bluejamesbond.text.hyphen.DefaultHyphenator.HyphenPattern
-
- push(E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
-
Pushes an element onto the stack represented by this list.