public void precompose(java.awt.image.Raster src, java.awt.image.Raster dstIn, java.awt.image.WritableRaster dstOut)
public void precompose_INT_PACK(int width, int height, int[] srcPixels, int srcAdjust, int srcSp, int[] dstInPixels, int dstInAdjust, int dstInSp, int[] dstOutPixels, int dstOutAdjust, int dstOutSp)
public void precompose_INT_PACK(int width, int height, int[] srcPixels, int srcAdjust, int srcSp, int[] dstInPixels, int dstInAdjust, int dstInSp, int[] dstOutPixels, int dstOutAdjust, int dstOutSp)
public void precompose_INT_PACK(int width, int height, int[] srcPixels, int srcAdjust, int srcSp, int[] dstInPixels, int dstInAdjust, int dstInSp, int[] dstOutPixels, int dstOutAdjust, int dstOutSp)
org.apache.batik.ext.awt.geom.RectListManager(Ci-dessous la liste des Méthodes de la classe)
public void dump()
public void (java.util.Collection rects)
public void (java.awt.Rectangle[] rects)
public void (java.awt.Rectangle[] rects, int off, int sz)
public void (org.apache.batik.ext.awt.geom.RectListManager rlm)
public void (java.awt.Rectangle rect)
public void ()
public void (int capacity)
public java.awt.Rectangle getBounds()
public Object clone()
throws java.lang.CloneNotSupportedException
public org.apache.batik.ext.awt.geom.RectListManager copy()
public int size()
public boolean isEmpty()
public void clear()
public java.util.Iterator iterator()
public java.util.ListIterator listIterator()
public Object[] toArray()
public Object[] toArray(Object[] a)
public boolean add(Object o)
public void add(java.awt.Rectangle rect)
public boolean addAll(java.util.Collection c)
public boolean contains(Object o)
public boolean containsAll(java.util.Collection c)
public boolean containsAll(org.apache.batik.ext.awt.geom.RectListManager rlm)
public boolean remove(Object o)
public boolean remove(java.awt.Rectangle rect)
public boolean removeAll(java.util.Collection c)
public boolean removeAll(org.apache.batik.ext.awt.geom.RectListManager rlm)
public boolean retainAll(java.util.Collection c)
public boolean retainAll(org.apache.batik.ext.awt.geom.RectListManager rlm)
public void add(org.apache.batik.ext.awt.geom.RectListManager rlm)
public void mergeRects(int overhead, int lineOverhead)
public void subtract(org.apache.batik.ext.awt.geom.RectListManager rlm, int overhead, int lineOverhead)
public void ensureCapacity(int sz)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139