Uses of Class
org.csstudio.swt.widgets.symbol.util.PermutationMatrix
Packages that use PermutationMatrix
Package
Description
-
Uses of PermutationMatrix in org.csstudio.opibuilder.widgets.figures
Methods in org.csstudio.opibuilder.widgets.figures that return PermutationMatrixMethods in org.csstudio.opibuilder.widgets.figures with parameters of type PermutationMatrixModifier and TypeMethodDescriptionvoidImageFigure.setPermutationMatrix(PermutationMatrix permutationMatrix) -
Uses of PermutationMatrix in org.csstudio.opibuilder.widgets.model
Methods in org.csstudio.opibuilder.widgets.model that return PermutationMatrix -
Uses of PermutationMatrix in org.csstudio.swt.widgets.symbol
Fields in org.csstudio.swt.widgets.symbol declared as PermutationMatrixModifier and TypeFieldDescriptionprotected PermutationMatrixAbstractSymbolImage.oldPermutationMatrixprotected PermutationMatrixAbstractSymbolImage.permutationMatrixMethods in org.csstudio.swt.widgets.symbol that return PermutationMatrixModifier and TypeMethodDescriptionSymbolImageProperties.getMatrix()AbstractSymbolImage.getPermutationMatrix()SymbolImage.getPermutationMatrix()Methods in org.csstudio.swt.widgets.symbol with parameters of type PermutationMatrixModifier and TypeMethodDescriptionvoidSymbolImageProperties.setMatrix(PermutationMatrix matrix) voidAbstractSymbolImage.setPermutationMatrix(PermutationMatrix permutationMatrix) voidSymbolImage.setPermutationMatrix(PermutationMatrix permutationMatrix) -
Uses of PermutationMatrix in org.csstudio.swt.widgets.symbol.util
Methods in org.csstudio.swt.widgets.symbol.util that return PermutationMatrixModifier and TypeMethodDescriptionstatic PermutationMatrixPermutationMatrix.generateFlipHMatrix()Generate vertical flip [2,2] matrixstatic PermutationMatrixPermutationMatrix.generateFlipVMatrix()Generate horizontal flip [2,2] matrixstatic PermutationMatrixPermutationMatrix.generateIdentityMatrix()Generate [2,2] identity matrixstatic PermutationMatrixPermutationMatrix.generateRotationMatrix(double angleInDegree) Generate rotation [2,2] matrixPermutationMatrix.multiply(PermutationMatrix pm) Methods in org.csstudio.swt.widgets.symbol.util with parameters of type PermutationMatrixModifier and TypeMethodDescriptionstatic ImageDataImageUtils.applyMatrix(ImageData srcData, PermutationMatrix pm) Apply the specifiedPermutationMatrixto the givenImageData.PermutationMatrix.multiply(PermutationMatrix pm)