Uses of Enum Class
com.irurueta.geometry.io.Illumination
-
Uses of Illumination in com.irurueta.geometry.io
Fields in com.irurueta.geometry.io declared as IlluminationModifier and TypeFieldDescriptionprivate IlluminationMaterial.illuminationIllumination of this material.Methods in com.irurueta.geometry.io that return IlluminationModifier and TypeMethodDescriptionstatic IlluminationIllumination.forValue(int value) Factory method to create and instance of this enum from its associated value.Material.getIllumination()Returns illumination method to be used for this material.static IlluminationReturns the enum constant of this class with the specified name.static Illumination[]Illumination.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.irurueta.geometry.io with parameters of type IlluminationModifier and TypeMethodDescriptionvoidMaterial.setIllumination(Illumination illumination) Sets illumination method to be used for this material.