fang
Class OutlineSprite

java.lang.Object
  extended by fang.Sprite
      extended by fang.OutlineSprite

public class OutlineSprite
extends Sprite


Field Summary
 
Fields inherited from class fang.Sprite
color, config, DEBUG_BOUNDING_BOX, DEBUG_INTERSECTS, debugBoundingBoxColor, image, optimizeForBitmap, shape, tracker, transform
 
Constructor Summary
OutlineSprite(double... points)
           
OutlineSprite(Location2D... points)
           
OutlineSprite(Point2D.Double... points)
           
OutlineSprite(Shape shape)
           
OutlineSprite(Sprite sprite)
           
 
Method Summary
 double getLineThickness()
           
 void initShape()
           
 void setLineThickness(double thickness)
           
 
Methods inherited from class fang.Sprite
addTransformer, advanceTime, bounceOffOf, disableTransformer, drawDebugShapes, enableTransformer, forward, getBlurLength, getBounds2D, getColor, getDebug, getDebugBoundingBoxColor, getDefaultColor, getHeight, getLocation, getMaxX, getMaxY, getMinX, getMinY, getNormalVector, getNormalVector, getOptimizedForBitmap, getOrientation, getOrientationDegrees, getOrientationRadians, getOrientationRevolutions, getRotation, getRotationDegrees, getRotationRadians, getRotationRevolutions, getScale, getShape, getSize, getTracker, getUseBoundingBox, getWidth, getX, getY, hasTracker, hide, intersects, intersects, intersects, intersects, intersects, isDestroyed, isEnabled, isVisible, normalize, paint, paintInternal, paintShape, removeAllTrackers, removeFromCanvas, removeTransformer, rotate, rotateDegrees, rotateRadians, rotateRevolutions, scale, setAbsoluteShape, setBlurLength, setColor, setDebug, setDebugBoundingBoxColor, setDebugBrush, setDefaultColor, setEnabled, setLocation, setLocation, setLocation, setOptimizedForBitmap, setOrientation, setOrientationDegrees, setOrientationRadians, setOrientationRevolutions, setRotation, setRotationDegrees, setRotationRadians, setRotationRevolutions, setScale, setShape, setSize, setTracker, setUseBoundingBox, setVisible, setX, setY, show, translate, translate, translate, translateX, translateY, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlineSprite

public OutlineSprite(double... points)

OutlineSprite

public OutlineSprite(Location2D... points)

OutlineSprite

public OutlineSprite(Point2D.Double... points)

OutlineSprite

public OutlineSprite(Shape shape)

OutlineSprite

public OutlineSprite(Sprite sprite)
Method Detail

getLineThickness

public double getLineThickness()

initShape

public void initShape()

setLineThickness

public void setLineThickness(double thickness)