Uses of Class
gov.nasa.arc.pds.xml.generated.DisplaySettings
-
Packages that use DisplaySettings Package Description gov.nasa.arc.pds.xml.generated gov.nasa.pds.objectAccess Provides programmatic access to PDS4 objects. -
-
Uses of DisplaySettings in gov.nasa.arc.pds.xml.generated
Methods in gov.nasa.arc.pds.xml.generated that return DisplaySettings Modifier and Type Method Description DisplaySettings
ObjectFactory. createDisplaySettings()
Create an instance ofDisplaySettings
-
Uses of DisplaySettings in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess that return DisplaySettings Modifier and Type Method Description DisplaySettings
ImageExporter. getDisplaySettings(java.lang.String id)
Get the display settings associated with the given identifier.Method parameters in gov.nasa.pds.objectAccess with type arguments of type DisplaySettings Modifier and Type Method Description void
ImageExporter. setDisplaySettings(java.util.List<DisplaySettings> displaySettings)
Set the display settings.
-