hep.wired.feature
Interface Translateable2D

All Superinterfaces:
Feature, Translateable
All Known Subinterfaces:
Transformable2D

public interface Translateable2D
extends Translateable

Can translate in 2D.

Version:
$Id: Translateable2D.java 8598 2006-08-14 20:38:02Z duns $
Author:
Mark Donszelmann

Method Summary
 double[] getTranslate()
          Return current translation
 void setTranslate(double tx, double ty)
          Set translate to tx and ty.
 void translate(double tx, double ty)
          Translate over tx and ty.
 
Methods inherited from interface hep.wired.feature.Translateable
getModelTranslation, getScreenTranslation
 

Method Detail

translate

void translate(double tx,
               double ty)
Translate over tx and ty.


setTranslate

void setTranslate(double tx,
                  double ty)
Set translate to tx and ty.


getTranslate

double[] getTranslate()
Return current translation



Copyright © 1996-2013 FreeHEP. All Rights Reserved.