public class Rotate extends MarvinAbstractImagePlugin
| 构造器和说明 |
|---|
Rotate() |
| 限定符和类型 | 方法和说明 |
|---|---|
MarvinAttributesPanel |
getAttributesPanel() |
void |
initialiseLookUpArray(int[][][] a_LookUpArray,
int[] dimensions,
int a_InitialisationValue)
Create a LookUpArray to see if pixels have been assigned a value
|
void |
load() |
void |
process(MarvinImage a_imageIn,
MarvinImage a_imageOut,
MarvinAttributes a_attributesOut,
MarvinImageMask a_mask,
boolean a_previewMode)
Initiate the rotate process and determine the angle of rotation
|
getImagePanel, process, process, process, process, setImagePanelgetAttribute, getAttributes, invalidate, isValid, setAttribute, setAttributes, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributes, invalidate, isValid, setAttribute, setAttributes, validatepublic void load()
public MarvinAttributesPanel getAttributesPanel()
public void process(MarvinImage a_imageIn, MarvinImage a_imageOut, MarvinAttributes a_attributesOut, MarvinImageMask a_mask, boolean a_previewMode)
MarvinImage - - the image to be rotatedboolean - - to display a previewpublic void initialiseLookUpArray(int[][][] a_LookUpArray,
int[] dimensions,
int a_InitialisationValue)
a_LookUpArray - - the values to be filled indimensions - - the size of the arraya_InitialisationValue - - what value to assign.Copyright © 2018. All rights reserved.