Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.trait.base
Class RotationPainter.RotationPainterConfigSegment  view RotationPainter.RotationPainterConfigSegment download RotationPainter.RotationPainterConfigSegment.java

java.lang.Object
  extended bycom.arranger.jarl.util.WidgetConfigSegment
      extended bycom.arranger.jarl.trait.base.RotationPainter.RotationPainterConfigSegment
Enclosing class:
RotationPainter

public static class RotationPainter.RotationPainterConfigSegment
extends com.arranger.jarl.util.WidgetConfigSegment


Field Summary
protected  double m_endGradientCycle
           
protected  int m_endGradientIndex
           
protected  double m_startGradientCycle
           
protected  int m_startGradientIndex
           
 
Fields inherited from class com.arranger.jarl.util.WidgetConfigSegment
m_endTimePct, m_startTimePct
 
Constructor Summary
RotationPainter.RotationPainterConfigSegment(org.w3c.dom.Element element)
           
 
Method Summary
protected  void addJarlObjectInfo(com.arranger.jarl.base.IJarlObjectInfo jarlObjectInfo)
          Override this, and for every field that you're using, call WidgetConfigSegment.populateInfo(com.arranger.jarl.base.IJarlObjectInfo, java.lang.String, java.lang.String, com.arranger.jarl.base.IJarlObjectInfo.IJarlObjectDisplay)>WidgetConfigSegment.populateInfo(com.arranger.jarl.base.IJarlObjectInfo, java.lang.String, java.lang.String, com.arranger.jarl.base.IJarlObjectInfo.IJarlObjectDisplay) 55 for example: populateInfo(jarlObjectInfo, "zOrder", "Z-Order", JarlInfoUtil.PRIMITIVE_DISPLAY);
 double getEndGradientCycle()
           
 int getEndGradientIndex()
           
 double getStartGradientCycle()
           
 int getStartGradientIndex()
           
 
Methods inherited from class com.arranger.jarl.util.WidgetConfigSegment
checkRange, getEndTimePct, getJarlObjectInfo, getStartTimePct, populateInfo, setEndTimePct, setStartTimePct, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_startGradientIndex

protected int m_startGradientIndex

m_startGradientCycle

protected double m_startGradientCycle

m_endGradientIndex

protected int m_endGradientIndex

m_endGradientCycle

protected double m_endGradientCycle
Constructor Detail

RotationPainter.RotationPainterConfigSegment

public RotationPainter.RotationPainterConfigSegment(org.w3c.dom.Element element)
Method Detail

addJarlObjectInfo

protected void addJarlObjectInfo(com.arranger.jarl.base.IJarlObjectInfo jarlObjectInfo)
Description copied from class: com.arranger.jarl.util.WidgetConfigSegment
Override this, and for every field that you're using, call WidgetConfigSegment.populateInfo(com.arranger.jarl.base.IJarlObjectInfo, java.lang.String, java.lang.String, com.arranger.jarl.base.IJarlObjectInfo.IJarlObjectDisplay)>WidgetConfigSegment.populateInfo(com.arranger.jarl.base.IJarlObjectInfo, java.lang.String, java.lang.String, com.arranger.jarl.base.IJarlObjectInfo.IJarlObjectDisplay) 55 for example: populateInfo(jarlObjectInfo, "zOrder", "Z-Order", JarlInfoUtil.PRIMITIVE_DISPLAY);


getStartGradientIndex

public int getStartGradientIndex()

getStartGradientCycle

public double getStartGradientCycle()

getEndGradientIndex

public int getEndGradientIndex()

getEndGradientCycle

public double getEndGradientCycle()