Package com.dkt.graphics.extras
package com.dkt.graphics.extras
-
ClassDescriptionThis class represents a pair of Cartesian axis.This class represents a basic Formula.
It translates aCalculable
into a Graphic.This class creates a simple line gridThis class represents a vector and it's projections, it's mainly used in physics problems where you need to print how the orthogonal components of a vector changesThis class came as an exercise to createGraphic
objects from text without modifying the classes themselves, it was later used on Graphic Designer, and finally decided to add it to add it to the extras package.
This class is pretty handy to create simple drawing based GUIs, since manipulating strings is orders of magnitude easier than using Graphics.Creates a simple sprite, if you need help creating the pixmaps, you should probably try out PixmapCreatorThis class wraps aAffineTransform
in aGraphicE
, in order to give a bit more "flexibility" toGraphic
objectsThis class creates a Resultant Vector as a result of the sum of a finite number of vectors.