public class SurfaceImage extends AbstractRenderable
Constructor and Description |
---|
SurfaceImage() |
SurfaceImage(Sector sector,
ImageSource imageSource) |
Modifier and Type | Method and Description |
---|---|
ImageOptions |
getImageOptions() |
ImageSource |
getImageSource() |
Sector |
getSector() |
void |
setImageOptions(ImageOptions imageOptions) |
void |
setImageSource(ImageSource imageSource) |
void |
setSector(Sector sector) |
getDisplayName, getPickDelegate, getUserProperty, hasUserProperty, isEnabled, putUserProperty, removeUserProperty, render, setDisplayName, setEnabled, setPickDelegate
public SurfaceImage()
public SurfaceImage(Sector sector, ImageSource imageSource)
public Sector getSector()
public void setSector(Sector sector)
public ImageSource getImageSource()
public void setImageSource(ImageSource imageSource)
public ImageOptions getImageOptions()
public void setImageOptions(ImageOptions imageOptions)