Uses of Class
dev.jcputney.elearning.parser.input.lom.properties.AppearanceSpec
Packages that use AppearanceSpec
-
Uses of AppearanceSpec in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return AppearanceSpecModifier and TypeMethodDescriptionPackageProperties.getAppearance()Retrieves the appearance specifications associated with this package.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type AppearanceSpecModifier and TypeMethodDescriptionvoidPackageProperties.setAppearance(AppearanceSpec appearance) Updates the appearance configuration for the current package.Constructors in dev.jcputney.elearning.parser.input.lom.properties with parameters of type AppearanceSpecModifierConstructorDescriptionPackageProperties(ControlsSpec controls, AppearanceSpec appearance, BehaviorSpec behavior, RsopSpec rsop, HeuristicSpec heuristics) Constructs a newPackagePropertiesinstance with the specified configuration details.