jhplot
Class HKey
- java.lang.Object
-
- jhplot.HKey
-
- All Implemented Interfaces:
- java.io.Serializable
public class HKey extends java.lang.Object implements java.io.SerializableCreate an interactive key label on theHPlotcanvas. The label can be defined in the NDC (normalized coordinate system) or the USER coordinates. Only one line of the text can be shown. The key is not related to any data set, so you can plot this key even if no data are shown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description HKey(java.lang.String s)Make a key label with default attributesHKey(java.lang.String s, double x, double y)Make a key label with specific coordinated in the data systemHKey(java.lang.String text, double x, double y, java.awt.Font font, java.awt.Color color, java.lang.String howToSet, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D).HKey(java.lang.String text, double x, double y, java.awt.Font font, java.lang.String howToSet, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D).HKey(java.lang.String text, double x, double y, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D).HKey(java.lang.String s, double x, double y, java.lang.String howToSet)Make a label with specific coordinates.HKey(java.lang.String text, double x, double y, java.lang.String howToSet, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D).HKey(java.lang.String s, java.awt.Font f)Make a key label (color- black)HKey(java.lang.String s, java.awt.Font f, java.awt.Color c)Create a key label.HKey(java.lang.String text, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D) at the default position.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.awt.ColorgetColor()Get color of a label.java.awt.FontgetFont()Get the font of the label text.jplot.GraphLabelgetGraphLabel()Get a label with default attributesjava.awt.ColorgetKeyColor()Get key colorfloatgetKeySize()Get key sizedoublegetKeySpace()Get a space between the key and the text describing the keyintgetKeyType()Get key typedoublegetLineWidth()Get a key line widthintgetPositionCoordinate()Is the position set?doublegetRotation()Returns the rotation angle.floatgetSeparation()Return vertical separation between different keys.java.lang.StringgetText()Get the text of the label.doublegetX()Returns the X position of the text.doublegetY()Returns the Y position of the text.booleanisDefaultPosition()Is this key should be set at a default position?voidsetColor(java.awt.Color c)Sets the color to a specific valuevoidsetDefaultPosition(boolean isdefault)Is this key should be set at a default position?voidsetFont(java.awt.Font f)Sets the font to a specific valuevoidsetKey(int key_type, float key_size, java.awt.Color key_color)Sets a keyvoidsetKeySpace(float key_space)Sets a space between the key and the text describing the keyvoidsetLineWidth(int key_line_width)Sets key line widthvoidsetLocation(double x, double y)Sets the location of the label in data coordinates.voidsetLocation(double x, double y, java.lang.String howToSet)Sets the location of the label in data coordinates.voidsetRotation(double r)Sets the rotation angle.voidsetSeparation(float y)Set Y-separation of the keys in the default location modevoidsetText(java.lang.String s)Sets a text of the label.
-
-
-
Constructor Detail
-
HKey
public HKey(java.lang.String s, java.awt.Font f, java.awt.Color c)Create a key label.- Parameters:
s- Textf- Fontc- Color
-
HKey
public HKey(java.lang.String text, double x, double y, java.awt.Font font, java.awt.Color color, java.lang.String howToSet, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D). All objects should inherent DrawOptions class. All drawing attributes will be copied to the key.- Parameters:
text- key textx- position Xy- position Yfont- font of the key textcolor- color of the key texthowToSet- use either USER or NDC coordinatorsobj- input objects, such as F1D, H1D, P1D
-
HKey
public HKey(java.lang.String text, double x, double y, java.awt.Font font, java.lang.String howToSet, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D). All objects should inherent DrawOptions class. All drawing attributes will be copied to the key.- Parameters:
text- key textx- position Xy- position Yfont- font of the key texthowToSet- use either USER or NDC coordinatorsobj- input objects, such as F1D, H1D, P1D
-
HKey
public HKey(java.lang.String text, double x, double y, java.lang.String howToSet, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D). All objects should inherent DrawOptions class. All drawing attributes will be copied to the key.- Parameters:
text- key textx- position Xy- position YhowToSet- use either USER or NDC coordinatorsobj- input objects, such as F1D, H1D, P1D
-
HKey
public HKey(java.lang.String text, double x, double y, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D). The default position is NDC All objects should inherent DrawOptions class. All drawing attributes will be copied to the key.- Parameters:
text- key textx- position Xy- position Yobj- input objects, such as F1D, H1D, P1D
-
HKey
public HKey(java.lang.String text, java.lang.Object obj)Make a key for a function, data points or histograms (F1D, H1D, P1D) at the default position. 0.25,0.85 All objects should inherent DrawOptions class. All drawing attributes will be copied to the key.- Parameters:
text- key textx- position Xy- position Yobj- input objects, such as F1D, H1D, P1D
-
HKey
public HKey(java.lang.String s, java.awt.Font f)Make a key label (color- black)- Parameters:
s- Textf- Font
-
HKey
public HKey(java.lang.String s)
Make a key label with default attributes- Parameters:
s- text
-
HKey
public HKey(java.lang.String s, double x, double y)Make a key label with specific coordinated in the data system- Parameters:
s- Textx- Position in Xy- Position in Y
-
HKey
public HKey(java.lang.String s, double x, double y, java.lang.String howToSet)Make a label with specific coordinates.- Parameters:
s- Textx- position in Xy- position in YhowToSet- set it to "NDC" for normalized coordinates (in the range 0-1). This is a data independent position set it to "USER" for the user coordinates
-
-
Method Detail
-
setText
public void setText(java.lang.String s)
Sets a text of the label.- Parameters:
s- new text for the label
-
getText
public java.lang.String getText()
Get the text of the label.- Returns:
- the current text of the label
-
setColor
public void setColor(java.awt.Color c)
Sets the color to a specific value- Parameters:
c- color used to draw the label
-
getColor
public java.awt.Color getColor()
Get color of a label.- Returns:
- the color used to draw the label
-
setFont
public void setFont(java.awt.Font f)
Sets the font to a specific value- Parameters:
f- font used to draw the label
-
getFont
public java.awt.Font getFont()
Get the font of the label text.- Returns:
- the font used to draw the label
-
setRotation
public void setRotation(double r)
Sets the rotation angle. Although all kind of angles (in PI-units) are allowed, internally we only use the interval 0-2pi hence we take care of all other cases.- Parameters:
r- angle for this label
-
getRotation
public double getRotation()
Returns the rotation angle.- Returns:
- angle for this label
-
setLocation
public void setLocation(double x, double y)Sets the location of the label in data coordinates. Ones set this way, you cannot plot the label, it must first define the location in pixel-coordinates (setLocation(x,y));- Parameters:
x- x-position of the lower-left corner of the texty- y-position of the lower-left corner of the text
-
setKey
public void setKey(int key_type, float key_size, java.awt.Color key_color)Sets a key- Parameters:
key_type- type of the key. 0 means a boxkey_size- size (i.e. length) a key in terms of character widthkey_color- color of the key
-
setLineWidth
public void setLineWidth(int key_line_width)
Sets key line width- Parameters:
key_line_width- line width of the key
-
setKeySpace
public void setKeySpace(float key_space)
Sets a space between the key and the text describing the key- Parameters:
key_space- key space in terms of character width
-
getKeySpace
public double getKeySpace()
Get a space between the key and the text describing the key- Returns:
- key space in terms of character width
-
getLineWidth
public double getLineWidth()
Get a key line width- Returns:
- key line width
-
getKeyType
public int getKeyType()
Get key type- Returns:
- key type
-
getKeyColor
public java.awt.Color getKeyColor()
Get key color- Returns:
- key color
-
getKeySize
public float getKeySize()
Get key size- Returns:
- key size
-
setLocation
public void setLocation(double x, double y, java.lang.String howToSet)Sets the location of the label in data coordinates. Ones set this way, you cannot plot the label, it must first define the location in pixel-coordinates (setLocation(x,y));- Parameters:
x- x-position of the lower-left corner of the texty- y-position of the lower-left corner of the texthowToSet- set it to "NDC" for normalized coordinates (in the range 0-1). This is a data independent position set it to "USER" for the user coordinates
-
getPositionCoordinate
public int getPositionCoordinate()
Is the position set?- Returns:
- zero if location is not defined of unity if the position is defined in the NDC system 2 if the location is defined in the user coordinates
-
getX
public double getX()
Returns the X position of the text.- Returns:
- the x-position of the text
-
getY
public double getY()
Returns the Y position of the text.- Returns:
- the y-position of the text
-
getGraphLabel
public jplot.GraphLabel getGraphLabel()
Get a label with default attributes- Returns:
- get GraphLabel
-
setSeparation
public void setSeparation(float y)
Set Y-separation of the keys in the default location mode- Parameters:
y- separation between 0 and 1. NDC system is used.
-
getSeparation
public float getSeparation()
Return vertical separation between different keys.- Parameters:
separation- between keys
-
isDefaultPosition
public boolean isDefaultPosition()
Is this key should be set at a default position?- Returns:
-
setDefaultPosition
public void setDefaultPosition(boolean isdefault)
Is this key should be set at a default position?- Parameters:
isdefault- true if the key are set at default location
-
-
DMelt 3.0 © DataMelt by jWork.ORG