Uses of Class
plugins.big.bigsnake3d.core.Settings.MeshResolution

Packages that use Settings.MeshResolution
plugins.big.bigsnake3d.core   
 

Uses of Settings.MeshResolution in plugins.big.bigsnake3d.core
 

Fields in plugins.big.bigsnake3d.core declared as Settings.MeshResolution
static Settings.MeshResolution Settings.MESH_RESOLUTION_DEFAULT
           
 

Methods in plugins.big.bigsnake3d.core that return Settings.MeshResolution
 Settings.MeshResolution DisplaySettings.getMeshResolution()
           
static Settings.MeshResolution Settings.MeshResolution.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Settings.MeshResolution[] Settings.MeshResolution.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in plugins.big.bigsnake3d.core with parameters of type Settings.MeshResolution
DisplaySettings(boolean refresh, int strokeThickness, int depthTransparency, Settings.MeshResolution meshResolution)
          Constructor.