Lines Matching refs:Shape

145     <li><a href="#paint(java.awt.Graphics, java.awt.Shape)">paint</a>
156 <li><a href="#modelToView(int, javax.swing.text.Position.Bias, int, javax.swing.text.Position.Bias, java.awt.Shape)">modelToView</a>
157 <li><a href="#viewToModel(float, float, java.awt.Shape, javax.swing.text.Position.Bias[])">viewToModel</a>
317 public abstract void paint(Graphics g, Shape allocation);
469 public Shape getChildAllocation(int index, Shape a) {
497 public int getNextVisualPositionFrom(int pos, Position.Bias b, Shape a,
587 public abstract Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException;
618 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException {
619 Shape s0 = modelToView(p0, a, b0);
620 Shape s1;
668 public abstract int viewToModel(float x, float y, Shape a, Position.Bias[] biasReturn);
695 public void insertUpdate(DocumentEvent e, Shape a, ViewFactory f) {
736 public void removeUpdate(DocumentEvent e, Shape a, ViewFactory f) {
777 public void changedUpdate(DocumentEvent e, Shape a, ViewFactory f) {
1030 public String getToolTipText(float x, float y, Shape allocation) {
1055 public int getViewIndex(float x, float y, Shape allocation) {
1057 Shape childAllocation = getChildAllocation(counter, allocation);
1139 DocumentEvent e, Shape a, ViewFactory f) {
1182 Shape childAlloc = getChildAllocation(i, a);
1205 Shape a, ViewFactory f) {
1232 DocumentEvent e, Shape a) {
1318 public Shape modelToView(int pos, Shape a) throws BadLocationException {
1336 public int viewToModel(float x, float y, Shape a) {