Lines Matching defs:id

105     private static synchronized void addSource(Long id,  in addSource()
125 private static PlanarImage getSource(Long id) throws RemoteException { in getSource()
141 private static PropertySource getPropertySource(Long id) in getPropertySource()
198 public void setSource(Long id, RenderedImage source) in setSource()
213 public void setSource(Long id, in setSource()
224 public void setSource(Long id, in setSource()
239 public void dispose(Long id) throws RemoteException { in dispose()
248 public Object getProperty(Long id, String name) throws RemoteException { in getProperty()
263 public String[] getPropertyNames(Long id) throws RemoteException { in getPropertyNames()
269 public int getMinX(Long id) throws RemoteException { in getMinX()
274 public int getMaxX(Long id) throws RemoteException { in getMaxX()
279 public int getMinY(Long id) throws RemoteException { in getMinY()
284 public int getMaxY(Long id) throws RemoteException { in getMaxY()
289 public int getWidth(Long id) throws RemoteException { in getWidth()
294 public int getHeight(Long id) throws RemoteException { in getHeight()
299 public int getTileWidth(Long id) throws RemoteException { in getTileWidth()
304 public int getTileHeight(Long id) throws RemoteException { in getTileHeight()
311 public int getTileGridXOffset(Long id) throws RemoteException { in getTileGridXOffset()
318 public int getTileGridYOffset(Long id) throws RemoteException { in getTileGridYOffset()
323 public int getMinTileX(Long id) throws RemoteException { in getMinTileX()
331 public int getNumXTiles(Long id) throws RemoteException { in getNumXTiles()
336 public int getMinTileY(Long id) throws RemoteException { in getMinTileY()
344 public int getNumYTiles(Long id) throws RemoteException { in getNumYTiles()
349 public int getMaxTileX(Long id) throws RemoteException { in getMaxTileX()
354 public int getMaxTileY(Long id) throws RemoteException { in getMaxTileY()
359 public SampleModelProxy getSampleModel(Long id) throws RemoteException { in getSampleModel()
364 public ColorModelProxy getColorModel(Long id) throws RemoteException { in getColorModel()
374 public Vector getSources(Long id) throws RemoteException { in getSources()
391 public Rectangle getBounds(Long id) throws RemoteException { in getBounds()
405 public RasterProxy getTile(Long id, int tileX, int tileY) in getTile()
415 public RasterProxy getData(Long id) throws RemoteException { in getData()
428 public RasterProxy getData(Long id, Rectangle bounds) in getData()
444 public RasterProxy copyData(Long id, Rectangle bounds) in copyData()