Uses of Class
org.scilab.forge.scirenderer.sprite.SpriteDrawer.OriginPosition

Packages that use SpriteDrawer.OriginPosition
org.scilab.forge.scirenderer.sprite   
 

Uses of SpriteDrawer.OriginPosition in org.scilab.forge.scirenderer.sprite
 

Methods in org.scilab.forge.scirenderer.sprite that return SpriteDrawer.OriginPosition
 SpriteDrawer.OriginPosition SpriteDrawer.getOriginPosition()
          Return the origin position.
static SpriteDrawer.OriginPosition SpriteDrawer.OriginPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpriteDrawer.OriginPosition[] SpriteDrawer.OriginPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.