public class Sash
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
Sash(float xAxis,
    float yAxis,
    float width,
    float startAngle,
    float endAngle)
Creates a window sash. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
float | 
getEndAngle()
Returns the opening end angle of this sash. 
 | 
float | 
getStartAngle()
Returns the opening start angle of this sash. 
 | 
float | 
getWidth()
Returns the width of this sash. 
 | 
float | 
getXAxis()
Returns the abscissa of the axis around which this sash turns, relatively to
 the top left corner of the window or the door. 
 | 
float | 
getYAxis()
Returns the ordinate of the axis around which this sash turns, relatively to
 the top left corner of the window or the door. 
 | 
public Sash(float xAxis,
            float yAxis,
            float width,
            float startAngle,
            float endAngle)
public float getXAxis()
public float getYAxis()
public float getWidth()
public float getStartAngle()
public float getEndAngle()
                        
© Copyright 2024 Space Mushrooms
                            
Distributed under GNU General Public License