TinyLine 2.1

com.tinyline.tiny2d
Class TinyStop

java.lang.Object
  extended bycom.tinyline.tiny2d.TinyStop

public final class TinyStop
extends java.lang.Object

The TinyStop class implements a gradient stop.

Version:
2.0

Field Summary
 int color
          An ARGB color to use at the gradient stop
 int ratio
          Indicates where the gradient stop is placed
 
Constructor Summary
TinyStop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public int color
An ARGB color to use at the gradient stop


ratio

public int ratio
Indicates where the gradient stop is placed

Constructor Detail

TinyStop

public TinyStop()

TinyLine 2.1

Provided under the terms of the TinyLine License Agreement that has been included with this distribution.