Lines Matching refs:transformType

74     protected int transformType = SHEAR;  field in SelectTx
95 if (transformType == SCALE) { in reset()
98 } else if (transformType == SHEAR) { in reset()
111 if (transformType == SCALE && direction == RIGHT) { in step()
116 } else if (transformType == SCALE && direction == DOWN) { in step()
121 } else if (transformType == SCALE && direction == LEFT) { in step()
126 } else if (transformType == SCALE && direction == UP) { in step()
134 if (transformType == SHEAR && direction == RIGHT) { in step()
140 } else if (transformType == SHEAR && direction == LEFT) { in step()
145 } else if (transformType == SHEAR && direction == XMIDDLE) { in step()
151 } else if (transformType == SHEAR && direction == DOWN) { in step()
157 } else if (transformType == SHEAR && direction == UP) { in step()
162 } else if (transformType == SHEAR && direction == YMIDDLE) { in step()
168 } else if (transformType == SHEAR && direction == XupYup) { in step()
174 } else if (transformType == SHEAR && direction == XdownYdown) { in step()
184 if (transformType == ROTATE) { in step()
198 TextLayout tl = new TextLayout(title[transformType], font, frc); in render()
203 if (transformType == ROTATE) { in render()
218 if (transformType == SCALE) { in render()
221 } else if (transformType == SHEAR) { in render()
278 demo.transformType = SelectTx.SCALE; in actionPerformed()
282 demo.transformType = SelectTx.SHEAR; in actionPerformed()
286 demo.transformType = SelectTx.ROTATE; in actionPerformed()
300 demo.transformToggle = demo.transformType; in run()
307 if (demo.transformToggle != demo.transformType) { in run()