Java Reference
In-Depth Information
Figure 27.5. Each subclass of Function implements f(t) in a way that corresponds to
the class name.
You can use classes from the Function hierarchy to compose, for example, the flight path
of a dud:
package com.oozinoz.applications;
import com.oozinoz.function.*;
public class ShowFunFlight
{
public static void main(String args[])
{
FunPanel p = new FunPanel();
p.setPreferredSize(
new java.awt.Dimension(200, 200));
Function x = new T();
Search WWH ::




Custom Search