org.tbee.swing
Class CarouselLayout.CarouselPosition

java.lang.Object
  extended by org.tbee.swing.CarouselLayout.CarouselPosition
Enclosing class:
CarouselLayout

protected class CarouselLayout.CarouselPosition
extends java.lang.Object


Field Summary
protected  double angle
           
protected  java.awt.Component component
           
protected  boolean firstSet
           
protected  double scale
           
protected  double targetAngle
           
protected  double z
           
 
Constructor Summary
CarouselLayout.CarouselPosition(java.awt.Component component)
           
 
Method Summary
 double getAngle()
           
 java.awt.Component getComponent()
           
 double getScale()
           
 double getTargetAngle()
           
 double getZ()
           
 boolean isAnimating()
           
 void moveToTarget()
           
 void setAngle(double angle)
           
 void setScale(double scale)
           
 void setZ(double z)
           
 void updateAngle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

angle

protected double angle

scale

protected double scale

z

protected double z

component

protected java.awt.Component component

firstSet

protected boolean firstSet

targetAngle

protected double targetAngle
Constructor Detail

CarouselLayout.CarouselPosition

public CarouselLayout.CarouselPosition(java.awt.Component component)
Method Detail

getComponent

public java.awt.Component getComponent()

getZ

public double getZ()

setZ

public void setZ(double z)

getTargetAngle

public double getTargetAngle()

getAngle

public double getAngle()

getScale

public double getScale()

isAnimating

public boolean isAnimating()

moveToTarget

public void moveToTarget()

updateAngle

public void updateAngle()

setAngle

public void setAngle(double angle)

setScale

public void setScale(double scale)


Copyright © 2010. All Rights Reserved.