public static class Footprint.Pad
extends java.lang.Object
Constructor and Description |
---|
Pad() |
Modifier and Type | Method and Description |
---|---|
double |
getHeight() |
java.lang.String |
getName() |
double |
getRotation() |
double |
getRoundness() |
java.awt.Shape |
getShape() |
double |
getWidth() |
double |
getX() |
double |
getY() |
void |
setHeight(double height) |
void |
setName(java.lang.String name) |
void |
setRotation(double rotation) |
void |
setRoundness(double roundness) |
void |
setWidth(double width) |
void |
setX(double x) |
void |
setY(double y) |
public java.lang.String getName()
public void setName(java.lang.String name)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public double getWidth()
public void setWidth(double width)
public double getHeight()
public void setHeight(double height)
public double getRotation()
public void setRotation(double rotation)
public double getRoundness()
public void setRoundness(double roundness)
public java.awt.Shape getShape()