JOGL
v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
OutlineShapeXForm.java
Go to the documentation of this file.
1
package
com.jogamp.graph.curve;
2
3
import
com.jogamp.math.geom.plane.AffineTransform;
4
5
public
class
OutlineShapeXForm
{
6
public
final
OutlineShape
shape
;
7
private
AffineTransform
t;
8
9
public
OutlineShapeXForm
(
final
OutlineShape
shape
,
final
AffineTransform
t) {
10
this.shape =
shape
;
11
this.t = t;
12
}
13
14
public
final
AffineTransform
getTransform
() {
return
t; }
15
public
final
void
setTransform
(
final
AffineTransform
t) { this.t = t; }
16
}
com.jogamp.graph.curve.OutlineShapeXForm
Definition:
OutlineShapeXForm.java:5
com.jogamp.graph.curve.OutlineShapeXForm.OutlineShapeXForm
OutlineShapeXForm(final OutlineShape shape, final AffineTransform t)
Definition:
OutlineShapeXForm.java:9
com.jogamp.graph.curve.OutlineShapeXForm.setTransform
final void setTransform(final AffineTransform t)
Definition:
OutlineShapeXForm.java:15
com.jogamp.graph.curve.OutlineShapeXForm.getTransform
final AffineTransform getTransform()
Definition:
OutlineShapeXForm.java:14
com.jogamp.graph.curve.OutlineShapeXForm.shape
final OutlineShape shape
Definition:
OutlineShapeXForm.java:6
com.jogamp.graph.curve.OutlineShape
A Generic shape objects which is defined by a list of Outlines.
Definition:
OutlineShape.java:123
com.jogamp.math.geom.plane.AffineTransform
Definition:
AffineTransform.java:31
src
jogl
classes
com
jogamp
graph
curve
OutlineShapeXForm.java
Generated by
1.9.4