Lines Matching defs:id

112     void setSource(Long id, RenderedImage source) throws RemoteException;  in setSource()
123 void setSource(Long id, RenderedOp source) throws RemoteException; in setSource()
130 void setSource(Long id, RenderableOp source, RenderContextProxy renderContextProxy) in setSource()
137 void dispose(Long id) throws RemoteException; in dispose()
144 Vector getSources(Long id) throws RemoteException; in getSources()
156 Object getProperty(Long id, String name) throws RemoteException; in getProperty()
163 String [] getPropertyNames(Long id) throws RemoteException; in getPropertyNames()
166 ColorModelProxy getColorModel(Long id) throws RemoteException; in getColorModel()
169 SampleModelProxy getSampleModel(Long id) throws RemoteException; in getSampleModel()
172 int getWidth(Long id) throws RemoteException; in getWidth()
175 int getHeight(Long id) throws RemoteException; in getHeight()
180 int getMinX(Long id) throws RemoteException; in getMinX()
185 int getMinY(Long id) throws RemoteException; in getMinY()
188 int getNumXTiles(Long id) throws RemoteException; in getNumXTiles()
191 int getNumYTiles(Long id) throws RemoteException; in getNumYTiles()
196 int getMinTileX(Long id) throws RemoteException; in getMinTileX()
201 int getMinTileY(Long id) throws RemoteException; in getMinTileY()
204 int getTileWidth(Long id) throws RemoteException; in getTileWidth()
207 int getTileHeight(Long id) throws RemoteException; in getTileHeight()
210 int getTileGridXOffset(Long id) throws RemoteException; in getTileGridXOffset()
213 int getTileGridYOffset(Long id) throws RemoteException; in getTileGridYOffset()
225 RasterProxy getTile(Long id, int x, int y) throws RemoteException; in getTile()
232 RasterProxy getData(Long id) throws RemoteException; in getData()
243 RasterProxy getData(Long id, Rectangle bounds) throws RemoteException; in getData()
249 RasterProxy copyData(Long id, Rectangle bounds) throws RemoteException; in copyData()