org.apache.batik.parser
Interface Clock


public interface Clock

This interface represents objects which hold informations about SVG clock values.


Method Summary
 int getHours()
          Returns the int value representing the hours.
 float getMilliseconds()
          Returns the float value representing the milliseconds.
 int getMinutes()
          Returns the int value representing the minutes.
 int getSeconds()
          Returns the int value representing the seconds.
 

Method Detail

getHours

public int getHours()
Returns the int value representing the hours.

getMinutes

public int getMinutes()
Returns the int value representing the minutes.

getSeconds

public int getSeconds()
Returns the int value representing the seconds.

getMilliseconds

public float getMilliseconds()
Returns the float value representing the milliseconds.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.