public class Edit_Video extends Object implements ij.plugin.PlugIn, ActionListener
Constructor and Description |
---|
Edit_Video() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
addFrame() |
void |
copyFrame() |
void |
createAVI() |
void |
deleteFrame() |
void |
drawCircle(int x,
int y,
int w,
int h) |
void |
drawLine() |
int |
drawLine(int x1,
int y1,
int x2,
int y2,
int speed) |
void |
drawOval() |
void |
drawRoi() |
int |
drawRoi(Roi roi,
int speed) |
void |
fade(int numSlices) |
void |
fadeOver() |
void |
fillRoiTransparent() |
void |
fillRoiTransparent(Roi roi) |
int |
getColor() |
int |
getLinewidth() |
int |
getSpeed() |
VideoStack |
getStack() |
int |
interpolate(int p,
double dp,
int n,
double dn) |
void |
moveSelection() |
void |
moveSelection(Roi roi,
int dx,
int dy) |
void |
open() |
void |
openFrame() |
void |
playAVI() |
void |
run(String arg) |
void |
setColor(int c) |
void |
setFrame() |
void |
setLinewidth(int l) |
void |
setSpeed(int speed) |
public void setColor(int c)
public int getColor()
public int getSpeed()
public void setSpeed(int speed)
public void setLinewidth(int l)
public int getLinewidth()
public VideoStack getStack()
public void run(String arg)
run
in interface ij.plugin.PlugIn
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void open()
public void addFrame()
public void copyFrame()
public void openFrame()
public void setFrame()
public void deleteFrame()
public void fadeOver()
public void drawLine()
public void drawRoi()
public void fillRoiTransparent()
public void drawOval()
public void moveSelection()
public void moveSelection(Roi roi, int dx, int dy)
public void drawCircle(int x, int y, int w, int h)
public int drawRoi(Roi roi, int speed)
public int drawLine(int x1, int y1, int x2, int y2, int speed)
public void fillRoiTransparent(Roi roi)
public void fade(int numSlices)
public void createAVI()
public void playAVI()
public int interpolate(int p, double dp, int n, double dn)
Copyright © 2015–2021 Fiji. All rights reserved.