kcl.waterloo.swing
Class GCElementProperties
- java.lang.Object
-
- kcl.waterloo.swing.GCElementProperties
-
public class GCElementProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description GCElementProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetColumn()doublegetColumnWidth()doublegetRotation()doublegetRow()doublegetRowHeight()intgetZOrder()voidsetColumn(double column)voidsetColumnWidth(double columnWidth)voidsetRotation(double rotation)voidsetRow(double row)voidsetRowHeight(double height)voidsetZOrder(int zOrder)
-
-
-
Method Detail
-
getRow
public double getRow()
- Returns:
- the row
-
setRow
public void setRow(double row)
- Parameters:
row- the row to set
-
getColumn
public double getColumn()
- Returns:
- the column
-
setColumn
public void setColumn(double column)
- Parameters:
column- the column to set
-
getColumnWidth
public double getColumnWidth()
- Returns:
- the columnWidth
-
setColumnWidth
public void setColumnWidth(double columnWidth)
- Parameters:
columnWidth- the columnWidth to set
-
getRowHeight
public double getRowHeight()
- Returns:
- the rowHeight
-
setRowHeight
public void setRowHeight(double height)
- Parameters:
height- the rowHeight to set
-
getRotation
public double getRotation()
- Returns:
- the rotation
-
setRotation
public void setRotation(double rotation)
- Parameters:
rotation- the rotation to set
-
getZOrder
public int getZOrder()
- Returns:
- the zOrder
-
setZOrder
public void setZOrder(int zOrder)
- Parameters:
zOrder- the zOrder to set
-
-
DMelt 3.0 © DataMelt by jWork.ORG