Uses of Class
org.csstudio.swt.widgets.symbol.util.PermutationMatrix
Package
Description
-
Uses of PermutationMatrix in org.csstudio.opibuilder.widgets.figures
Modifier and TypeMethodDescriptionvoid
ImageFigure.setPermutationMatrix
(PermutationMatrix permutationMatrix) -
Uses of PermutationMatrix in org.csstudio.opibuilder.widgets.model
-
Uses of PermutationMatrix in org.csstudio.swt.widgets.symbol
Modifier and TypeFieldDescriptionprotected PermutationMatrix
AbstractSymbolImage.oldPermutationMatrix
protected PermutationMatrix
AbstractSymbolImage.permutationMatrix
Modifier and TypeMethodDescriptionSymbolImageProperties.getMatrix()
AbstractSymbolImage.getPermutationMatrix()
SymbolImage.getPermutationMatrix()
Modifier and TypeMethodDescriptionvoid
SymbolImageProperties.setMatrix
(PermutationMatrix matrix) void
AbstractSymbolImage.setPermutationMatrix
(PermutationMatrix permutationMatrix) void
SymbolImage.setPermutationMatrix
(PermutationMatrix permutationMatrix) -
Uses of PermutationMatrix in org.csstudio.swt.widgets.symbol.util
Modifier and TypeMethodDescriptionstatic PermutationMatrix
PermutationMatrix.generateFlipHMatrix()
Generate vertical flip [2,2] matrixstatic PermutationMatrix
PermutationMatrix.generateFlipVMatrix()
Generate horizontal flip [2,2] matrixstatic PermutationMatrix
PermutationMatrix.generateIdentityMatrix()
Generate [2,2] identity matrixstatic PermutationMatrix
PermutationMatrix.generateRotationMatrix
(double angleInDegree) Generate rotation [2,2] matrixPermutationMatrix.multiply
(PermutationMatrix pm) Modifier and TypeMethodDescriptionstatic ImageData
ImageUtils.applyMatrix
(ImageData srcData, PermutationMatrix pm) Apply the specifiedPermutationMatrix
to the givenImageData
.PermutationMatrix.multiply
(PermutationMatrix pm)