|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColorizerFactory
Interface of a colorizer factory.
Method Summary | |
---|---|
Colorizer |
createCustomColorMode(java.awt.Color color)
Creates a CustomColorMode colorizer from the given color object. |
Colorizer |
createCustomColorMode(int r,
int g,
int b)
Creates a CustomColorMode colorizer from the given color components. |
Colorizer |
createEdgeB1ColorMode()
Creates a EdgeB1ColorMode colorizer. |
Colorizer |
createEdgeB2ColorMode()
Creates a EdgeB2ColorMode colorizer. |
Colorizer |
createEdgeBothBColorMode()
Creates a EdgeBothBColorMode colorizer. |
Colorizer |
createEdgeOriginalColorMode()
|
Colorizer |
createNodeOriginalColorMode()
Creates a NodeOriginalColorMode colorizer. |
Colorizer |
createParentColorMode()
Creates a ParentColorMode colorizer. |
boolean |
isCustomColorMode(Colorizer colorizer)
Returns whether or not the given colorizer is a CustomColorMode. |
boolean |
isEdgeB1ColorMode(Colorizer colorizer)
Returns whether or not the given colorizer is a EdgeB1ColorMode. |
boolean |
isEdgeB2ColorMode(Colorizer colorizer)
Returns whether or not the given colorizer is a EdgeB2ColorMode. |
boolean |
isEdgeBothBColorMode(Colorizer colorizer)
Returns whether or not the given colorizer is a EdgeBothBColorMode. |
boolean |
isEdgeOriginalColorMode(Colorizer colorizer)
|
boolean |
isNodeOriginalColorMode(Colorizer colorizer)
Returns whether or not the given colorizer is a NodeOriginalColorMode. |
boolean |
isParentColorMode(Colorizer colorizer)
Returns whether or not the given colorizer is a ParentColorMode. |
boolean |
matchCustomColorMode(java.lang.String s)
Returns whether or not the given string matches with the CustomColorMode's identifier. |
boolean |
matchEdgeB1ColorMode(java.lang.String s)
Returns whether or not the given string matches with the EdgeB1ColorMode's identifier. |
boolean |
matchEdgeB2ColorMode(java.lang.String s)
Returns whether or not the given string matches with the EdgeB2ColorMode's identifier. |
boolean |
matchEdgeBothBColorMode(java.lang.String s)
Returns whether or not the given string matches with the EdgeBothBColorMode's identifier. |
boolean |
matchEdgeOriginalColorMode(java.lang.String s)
|
boolean |
matchNodeOriginalColorMode(java.lang.String s)
Returns whether or not the given string matches with the NodeOriginalColorMode's identifier. |
boolean |
matchParentColorMode(java.lang.String s)
Returns whether or not the given string matches with the ParentColorMode's identifier. |
Method Detail |
---|
boolean matchCustomColorMode(java.lang.String s)
s
- the string to compare
boolean matchNodeOriginalColorMode(java.lang.String s)
s
- the string to compare
boolean matchParentColorMode(java.lang.String s)
s
- the string to compare
boolean matchEdgeB1ColorMode(java.lang.String s)
s
- the string to compare
boolean matchEdgeB2ColorMode(java.lang.String s)
s
- the string to compare
boolean matchEdgeBothBColorMode(java.lang.String s)
s
- the string to compare
boolean matchEdgeOriginalColorMode(java.lang.String s)
boolean isCustomColorMode(Colorizer colorizer)
colorizer
- the colorizer to identify
boolean isNodeOriginalColorMode(Colorizer colorizer)
colorizer
- the colorizer to identify
boolean isParentColorMode(Colorizer colorizer)
colorizer
- the colorizer to identify
boolean isEdgeB1ColorMode(Colorizer colorizer)
colorizer
- the colorizer to identify
boolean isEdgeB2ColorMode(Colorizer colorizer)
colorizer
- the colorizer to identify
boolean isEdgeBothBColorMode(Colorizer colorizer)
colorizer
- the colorizer to identify
boolean isEdgeOriginalColorMode(Colorizer colorizer)
Colorizer createCustomColorMode(int r, int g, int b)
r
- the red color componentg
- the green color componentb
- the blue color component
Colorizer createCustomColorMode(java.awt.Color color)
color
- the color object
Colorizer createNodeOriginalColorMode()
Colorizer createParentColorMode()
Colorizer createEdgeB1ColorMode()
Colorizer createEdgeB2ColorMode()
Colorizer createEdgeBothBColorMode()
Colorizer createEdgeOriginalColorMode()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |