Uses of Class
de.aristaflow.adept2.model.common.IconDescriptor.Dimension
-
Packages that use IconDescriptor.Dimension Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.model.activitymodel TODO This is completely outdated.de.aristaflow.adept2.model.common -
-
Uses of IconDescriptor.Dimension in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository with parameters of type IconDescriptor.Dimension Modifier and Type Method Description byte[]
IconManager. getDevelopmentIcon(SessionToken session, UUID iconID, IconDescriptor.Dimension dimension, long branch)
Gets the designated dimension of the development version of the designated icon in the designated branch.byte[]
IconManager. getIconRevision(SessionToken session, UUID iconID, IconDescriptor.Dimension dimension, long revision)
Gets the designated revision and the designated dimension (index of correspondingdimension array
) of the designated icon.byte[]
IconManager. getLatestIcon(SessionToken session, UUID iconID, IconDescriptor.Dimension dimension)
Gets the (latest revision of the) designated icon (in PNG-format).void
IconManager. removeDevelopmentIcon(SessionToken session, UUID iconID, IconDescriptor.Dimension dimension, long branch)
Removes the designated icon dimension from the designated branch. -
Uses of IconDescriptor.Dimension in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel with parameters of type IconDescriptor.Dimension Modifier and Type Method Description ChangeableIconDescriptor
ActivityModelFactory. createChangeableIconDescriptor(UUID id, String name, String description, IconDescriptor.Dimension[] dimensions, long revision, State state, PluginDataContainer pluginData, Map<String,String> userAttributes)
-
Uses of IconDescriptor.Dimension in de.aristaflow.adept2.model.common
Methods in de.aristaflow.adept2.model.common that return IconDescriptor.Dimension Modifier and Type Method Description IconDescriptor.Dimension[]
IconDescriptor. getDimensions()
Gets all dimensions (width and height) the corresponding icon is available for.Methods in de.aristaflow.adept2.model.common with parameters of type IconDescriptor.Dimension Modifier and Type Method Description IconDescriptor
CommonModelFactory. createIconDescriptor(UUID id, String name, String description, IconDescriptor.Dimension[] dimensions, long revision, State state, PluginDataContainer pluginData, Map<String,String> userAttributes)
-