Uses of Interface
facets.core.app.avatar.PainterSource.Transform

Packages that use PainterSource.Transform
facets.core.app.avatar Core types for custom viewers. 
 

Uses of PainterSource.Transform in facets.core.app.avatar
 

Methods in facets.core.app.avatar that return PainterSource.Transform
 PainterSource.Transform PainterSource.transformAt(double x, double y)
           
 PainterSource.Transform PainterSource.transformScale(double xy)
           
 PainterSource.Transform PainterSource.transformTurn(double radians, double atX, double atY)
           
 

Methods in facets.core.app.avatar with parameters of type PainterSource.Transform
 void PainterSource.applyTransforms(PainterSource.Transform[] transforms, boolean concatenate, Painter... painters)
          Apply transforms to painters.